OnKeyguardExitResult
interfaceOnKeyguardExitResult
| android.app.KeyguardManager.OnKeyguardExitResult | 
Callback passed to KeyguardManager.exitKeyguardSecurely to notify caller of result.
Summary
| Public methods | |
|---|---|
| abstract Unit | onKeyguardExitResult(success: Boolean) | 
Public methods
onKeyguardExitResult
Added in API level 1
      abstract funonKeyguardExitResult(success: Boolean): Unit
Deprecated: Deprecated in Java.
| Parameters | |
|---|---|
| success | Boolean: True if the user was able to authenticate, false if not. | 
