FingerprintManager.AuthenticationCallback.OnAuthenticationError Method

Definition

Overloads

OnAuthenticationError(FingerprintState, ICharSequence)

Called when an unrecoverable error has been encountered and the operation is complete.

OnAuthenticationError(FingerprintState, String)

Called when an unrecoverable error has been encountered and the operation is complete.

OnAuthenticationError(FingerprintState, ICharSequence)

Called when an unrecoverable error has been encountered and the operation is complete.

[Android.Runtime.Register("onAuthenticationError", "(ILjava/lang/CharSequence;)V", "GetOnAuthenticationError_ILjava_lang_CharSequence_Handler", ApiSince=23)]
public virtual void OnAuthenticationError (Android.Hardware.Fingerprints.FingerprintState errorCode, Java.Lang.ICharSequence? errString);
[<Android.Runtime.Register("onAuthenticationError", "(ILjava/lang/CharSequence;)V", "GetOnAuthenticationError_ILjava_lang_CharSequence_Handler", ApiSince=23)>]
abstract member OnAuthenticationError : Android.Hardware.Fingerprints.FingerprintState * Java.Lang.ICharSequence -> unit
override this.OnAuthenticationError : Android.Hardware.Fingerprints.FingerprintState * Java.Lang.ICharSequence -> unit

Parameters

errorCode
FingerprintState

An integer identifying the error message

errString
ICharSequence

A human-readable error string that can be shown in UI

Attributes

Remarks

Called when an unrecoverable error has been encountered and the operation is complete. No further callbacks will be made on this object.

Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence).

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

OnAuthenticationError(FingerprintState, String)

Called when an unrecoverable error has been encountered and the operation is complete.

public void OnAuthenticationError (Android.Hardware.Fingerprints.FingerprintState errorCode, string? errString);
member this.OnAuthenticationError : Android.Hardware.Fingerprints.FingerprintState * string -> unit

Parameters

errorCode
FingerprintState

An integer identifying the error message

errString
String

A human-readable error string that can be shown in UI

Remarks

Called when an unrecoverable error has been encountered and the operation is complete. No further callbacks will be made on this object.

Java documentation for android.hardware.fingerprint.FingerprintManager.AuthenticationCallback.onAuthenticationError(int, java.lang.CharSequence).

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