KeyguardManager.IOnKeyguardExitResult.OnKeyguardExitResult(Boolean) Method

Definition

[Android.Runtime.Register("onKeyguardExitResult", "(Z)V", "GetOnKeyguardExitResult_ZHandler:Android.App.KeyguardManager/IOnKeyguardExitResultInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void OnKeyguardExitResult (bool success);
[<Android.Runtime.Register("onKeyguardExitResult", "(Z)V", "GetOnKeyguardExitResult_ZHandler:Android.App.KeyguardManager/IOnKeyguardExitResultInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member OnKeyguardExitResult : bool -> unit

Parameters

success
Boolean

True if the user was able to authenticate, false if not.

Attributes

Remarks

Java documentation for android.app.KeyguardManager.OnKeyguardExitResult.onKeyguardExitResult(boolean).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to