AuthenticatorDescription.NewKey(String) Method

Definition

A factory method for creating an AuthenticatorDescription that can be used as a key to identify the authenticator by its type.

[Android.Runtime.Register("newKey", "(Ljava/lang/String;)Landroid/accounts/AuthenticatorDescription;", "")]
public static Android.Accounts.AuthenticatorDescription? NewKey (string? type);
[<Android.Runtime.Register("newKey", "(Ljava/lang/String;)Landroid/accounts/AuthenticatorDescription;", "")>]
static member NewKey : string -> Android.Accounts.AuthenticatorDescription

Parameters

type
String

Returns

Attributes

Remarks

A factory method for creating an AuthenticatorDescription that can be used as a key to identify the authenticator by its type.

Java documentation for android.accounts.AuthenticatorDescription.newKey(java.lang.String).

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