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

chrome.idle.bindings.package.scala Maven / Gradle / Ivy

package chrome.idle

package object bindings {

  type State = String

  object State {
    val ACTIVE: State = "active"
    val IDLE: State = "idle"
    val LOCKED: State = "locked"
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy