public static interface KeyguardManager.OnKeyguardExitResult
| android.app.KeyguardManager.OnKeyguardExitResult |
回叫传递给 exitKeyguardSecurely(KeyguardManager.OnKeyguardExitResult)以通知呼叫者结果。
公共方法(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. |