Added in API level Baklava
DeviceLockedStateListener
@FunctionalInterface interface DeviceLockedStateListener
android.app.KeyguardManager.DeviceLockedStateListener |
Listener for device locked state changes.
Summary
Public methods | |
---|---|
abstract Unit |
onDeviceLockedStateChanged(isDeviceLocked: Boolean) Callback function that executes when the device locked state changes. |
Public methods
onDeviceLockedStateChanged
Added in API level Baklava
abstract fun onDeviceLockedStateChanged(isDeviceLocked: Boolean): Unit
Callback function that executes when the device locked state changes.