KeyguardManager.KeyguardDismissCallback.OnDismissCancelled Method

Definition

Called when dismissing Keyguard has been cancelled, i.

[Android.Runtime.Register("onDismissCancelled", "()V", "GetOnDismissCancelledHandler", ApiSince=26)]
public virtual void OnDismissCancelled ();
[<Android.Runtime.Register("onDismissCancelled", "()V", "GetOnDismissCancelledHandler", ApiSince=26)>]
abstract member OnDismissCancelled : unit -> unit
override this.OnDismissCancelled : unit -> unit
Attributes

Remarks

Called when dismissing Keyguard has been cancelled, i.e. when the user cancelled the operation or the bouncer was hidden for some other reason.

Java documentation for android.app.KeyguardManager.KeyguardDismissCallback.onDismissCancelled().

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