FingerprintManager.AuthenticationCallback.OnAuthenticationError 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.
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.
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.
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.