EmbeddedBiometricPrompt.AuthenticationCallback.OnAuthenticationHelp 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
OnAuthenticationHelp(Int32, ICharSequence)
[Android.Runtime.Register("onAuthenticationHelp", "(ILjava/lang/CharSequence;)V", "GetOnAuthenticationHelp_ILjava_lang_CharSequence_Handler", ApiSince=37)]
public virtual void OnAuthenticationHelp(int helpCode, Java.Lang.ICharSequence helpString);
[<Android.Runtime.Register("onAuthenticationHelp", "(ILjava/lang/CharSequence;)V", "GetOnAuthenticationHelp_ILjava_lang_CharSequence_Handler", ApiSince=37)>]
abstract member OnAuthenticationHelp : int * Java.Lang.ICharSequence -> unit
override this.OnAuthenticationHelp : int * Java.Lang.ICharSequence -> unit
Parameters
- helpCode
- Int32
- helpString
- ICharSequence
- Attributes