ConfirmationCallback.OnConfirmed(Byte[]) Method

Definition

Called when the requested prompt was accepted by the user.

[Android.Runtime.Register("onConfirmed", "([B)V", "GetOnConfirmed_arrayBHandler", ApiSince=28)]
public virtual void OnConfirmed (byte[] dataThatWasConfirmed);
[<Android.Runtime.Register("onConfirmed", "([B)V", "GetOnConfirmed_arrayBHandler", ApiSince=28)>]
abstract member OnConfirmed : byte[] -> unit
override this.OnConfirmed : byte[] -> unit

Parameters

dataThatWasConfirmed
Byte[]

the data that was confirmed, see above for the format.

Attributes

Remarks

Java documentation for android.security.ConfirmationCallback.onConfirmed(byte[]).

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