# Print output for @column tags ?>
public
static
interface
KeyguardManager.OnKeyguardExitResult
| android.app.KeyguardManager.OnKeyguardExitResult |
This interface is deprecated.
Use KeyguardDismissCallback
Callback passed to KeyguardManager#exitKeyguardSecurely to notify
caller of result.
Public methods | |
|---|---|
abstract
void
|
onKeyguardExitResult(boolean success)
|
public abstract void onKeyguardExitResult (boolean success)
| Parameters | |
|---|---|
success |
boolean: True if the user was able to authenticate, false if
not. |