EmbeddedBiometricPrompt.AuthenticationCallback.OnAuthenticationError Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| OnAuthenticationError(BiometricErrorCode, ICharSequence) | |
| OnAuthenticationError(BiometricErrorCode, String) |
OnAuthenticationError(BiometricErrorCode, ICharSequence)
[Android.Runtime.Register("onAuthenticationError", "(ILjava/lang/CharSequence;)V", "GetOnAuthenticationError_ILjava_lang_CharSequence_Handler", ApiSince=37)]
public virtual void OnAuthenticationError(Android.Hardware.Biometrics.BiometricErrorCode errorCode, Java.Lang.ICharSequence errString);
[<Android.Runtime.Register("onAuthenticationError", "(ILjava/lang/CharSequence;)V", "GetOnAuthenticationError_ILjava_lang_CharSequence_Handler", ApiSince=37)>]
abstract member OnAuthenticationError : Android.Hardware.Biometrics.BiometricErrorCode * Java.Lang.ICharSequence -> unit
override this.OnAuthenticationError : Android.Hardware.Biometrics.BiometricErrorCode * Java.Lang.ICharSequence -> unit
Parameter
- errorCode
- BiometricErrorCode
- errString
- ICharSequence
- Attribute
Gilt für:
OnAuthenticationError(BiometricErrorCode, String)
public void OnAuthenticationError(Android.Hardware.Biometrics.BiometricErrorCode errorCode, string errString);
member this.OnAuthenticationError : Android.Hardware.Biometrics.BiometricErrorCode * string -> unit
Parameter
- errorCode
- BiometricErrorCode
- errString
- String