Нет метода переопределения для обратного вызова OnAuthenticationError в версии Xamarin для Android класса BiometricPrompt.AuthenticationCallback.Как я могу обработать любые обратные вызовы ошибок в этом случае?
Нативный Android имеет следующие методы переопределения
- void onAuthenticationError (int errorCode, CharSequence errString)
- void onAuthenticationFailed ()
- void onAuthenticationHelp (int helpCode, CharSequence helpString)
- void onAuthenticationSucceeded (результат BiometricAuthenticator.AuthenticationResult) * результат 1014 *
- 1016 *
https://developer.android.com/reference/android/hardware/biometrics/BiometricPrompt.AuthenticationCallback.html
, в то время как xamarin android имеет только следующее
- void OnAuthenticationHelp ([GeneratedEnum] BiometricAcquiredStatus helpCode, строка helpString)
- void OnAuthenticationHelp ([GeneratedEnum] BiometricAcquiredStatus helpCode, ICharSequence helpString)
- OnAuthenticationHelp ([GeneratedEnum] биометрическийAcquiredStatus helpCode) * строка 10) *
- * 1031