public static interface KeyguardManager.OnKeyguardExitResult
android.app.KeyguardManager.OnKeyguardExitResult |
Callback passed to exitKeyguardSecurely(KeyguardManager.OnKeyguardExitResult)
to notify caller of result.
Public methods |
|
---|---|
abstract void |
onKeyguardExitResult(boolean success) |
void onKeyguardExitResult (boolean success)
Parameters | |
---|---|
success |
boolean : True if the user was able to authenticate, false if not. |