All Downloads are FREE. Search and download functionalities are using the official Maven repository.

chrome.downloads.bindings.State.scala Maven / Gradle / Ivy

package chrome.downloads.bindings

sealed trait State
object State {
  val in_progress: State = "in_progress".asInstanceOf[State]
  val interrupted: State = "interrupted".asInstanceOf[State]
  val complete: State = "complete".asInstanceOf[State]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy