Added in API level 36.1
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 36.1
abstract fun onDeviceLockedStateChanged(isDeviceLocked: Boolean): Unit
Callback function that executes when the device locked state changes.