Lingua

EmbeddedBiometricPrompt.AuthenticationCallback.OnAuthenticationHelp Metodo

Definizione

Overload

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

Parametri

helpCode
Int32
helpString
ICharSequence
Attributi

Si applica a

OnAuthenticationHelp(Int32, String)

public void OnAuthenticationHelp(int helpCode, string helpString);
member this.OnAuthenticationHelp : int * string -> unit

Parametri

helpCode
Int32
helpString
String

Si applica a