Android.App.KeyguardManager Members

The members of Android.App.KeyguardManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IsKeyguardLockedbool. Return whether the keyguard is currently locked.
[read-only]
IsKeyguardSecurebool. Return whether the keyguard requires a password to unlock.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

CreateConfirmDeviceCredentialIntent(Java.Lang.ICharSequence, Java.Lang.ICharSequence) : Android.Content.Intent
Get an intent to prompt the user to confirm credentials (pin, pattern or password) for the current user of the device.
CreateConfirmDeviceCredentialIntent(string, string) : Android.Content.Intent
Documentation for this section has not yet been entered.
ExitKeyguardSecurely(KeyguardManager.IOnKeyguardExitResult)
InKeyguardRestrictedInputMode() : bool
If keyguard screen is showing or in restricted key input mode (i.e. in keyguard password emergency screen).
NewKeyguardLock(string) : KeyguardManager.KeyguardLock