once

abstract fun once(event: PowerMonitorEvent.LOCK_SCREEN, listener: Function<Unit>)(source)
abstract fun once(event: PowerMonitorEvent.ON_AC, listener: Function<Unit>)(source)
abstract fun once(event: PowerMonitorEvent.ON_BATTERY, listener: Function<Unit>)(source)
abstract fun once(event: PowerMonitorEvent.RESUME, listener: Function<Unit>)(source)
abstract fun once(event: PowerMonitorEvent.SHUTDOWN, listener: Function<Unit>)(source)
abstract fun once(event: PowerMonitorEvent.SUSPEND, listener: Function<Unit>)(source)
abstract fun once(event: PowerMonitorEvent.UNLOCK_SCREEN, listener: Function<Unit>)(source)