共用方式為


AuthenticatorDescription.NewKey(String) 方法

定義

用來建立 AuthenticatorDescription 的 Factory 方法,可用來做為其類型識別驗證器的索引鍵。

[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

參數

type
String

傳回

屬性

備註

用來建立 AuthenticatorDescription 的 Factory 方法,可用來做為其類型識別驗證器的索引鍵。

android.accounts.AuthenticatorDescription.newKey(java.lang.String)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於