PowerSaveBlocker

external interface PowerSaveBlocker

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
isStarted
Link copied to clipboard
abstract fun isStarted(id: Number): Boolean
start
Link copied to clipboard
abstract fun start(type: String): Number
stop
Link copied to clipboard
abstract fun stop(id: Number)
toString
Link copied to clipboard
open fun toString(): String