KeyguardManager.ExitKeyguardSecurely Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Exit the keyguard securely.
[Android.Runtime.Register("exitKeyguardSecurely", "(Landroid/app/KeyguardManager$OnKeyguardExitResult;)V", "GetExitKeyguardSecurely_Landroid_app_KeyguardManager_OnKeyguardExitResult_Handler")]
[Android.Runtime.RequiresPermission("android.permission.DISABLE_KEYGUARD")]
[System.Obsolete("deprecated")]
public virtual void ExitKeyguardSecurely (Android.App.KeyguardManager.IOnKeyguardExitResult? callback);
[<Android.Runtime.Register("exitKeyguardSecurely", "(Landroid/app/KeyguardManager$OnKeyguardExitResult;)V", "GetExitKeyguardSecurely_Landroid_app_KeyguardManager_OnKeyguardExitResult_Handler")>]
[<Android.Runtime.RequiresPermission("android.permission.DISABLE_KEYGUARD")>]
[<System.Obsolete("deprecated")>]
abstract member ExitKeyguardSecurely : Android.App.KeyguardManager.IOnKeyguardExitResult -> unit
override this.ExitKeyguardSecurely : Android.App.KeyguardManager.IOnKeyguardExitResult -> unit
Parameters
Lets you know whether the operation was successful and it is safe to launch anything that would normally be considered safe once the user has gotten past the keyguard.
- Attributes
Remarks
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.