ConfirmationCallback.OnCanceled Method

Definition

Called when the requested prompt was dismissed by the application.

[Android.Runtime.Register("onCanceled", "()V", "GetOnCanceledHandler", ApiSince=28)]
public virtual void OnCanceled ();
[<Android.Runtime.Register("onCanceled", "()V", "GetOnCanceledHandler", ApiSince=28)>]
abstract member OnCanceled : unit -> unit
override this.OnCanceled : unit -> unit
Attributes

Remarks

Called when the requested prompt was dismissed by the application.

Java documentation for android.security.ConfirmationCallback.onCanceled().

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