Most visited

Recently visited

Added in API level 1

KeyguardManager.OnKeyguardExitResult

public static interface KeyguardManager.OnKeyguardExitResult

android.app.KeyguardManager.OnKeyguardExitResult


回叫传递给 exitKeyguardSecurely(KeyguardManager.OnKeyguardExitResult)以通知呼叫者结果。

摘要(Summary)

公共方法(Public methods)

abstract void onKeyguardExitResult(boolean success)

公共方法(Public methods)

onKeyguardExitResult

Added in API level 1
void onKeyguardExitResult (boolean success)

参数(Parameters)
success boolean: True if the user was able to authenticate, false if not.

Hooray!