The members of Android.App.KeyguardManager are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | IsKeyguardLocked | bool. Return whether the keyguard is currently locked. |
[read-only] | IsKeyguardSecure | bool. Return whether the keyguard requires a password to unlock. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CreateConfirmDeviceCredentialIntent(Java.Lang.ICharSequence, Java.Lang.ICharSequence)Get an intent to prompt the user to confirm credentials (pin, pattern or password) for the current user of the device. | ||
CreateConfirmDeviceCredentialIntent(string, string)Documentation for this section has not yet been entered. | ||
ExitKeyguardSecurely(KeyguardManager.IOnKeyguardExitResult) | ||
InKeyguardRestrictedInputMode()If keyguard screen is showing or in restricted key input mode (i.e. in keyguard password emergency screen). | ||
NewKeyguardLock(string) |