次の方法で共有


AuthenticatorDescription.NewKey(String) メソッド

定義

AuthenticatorDescription を作成するためのファクトリ メソッド。認証子を型で識別するためのキーとして使用できます。

[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 を作成するためのファクトリ メソッド。認証子を型で識別するためのキーとして使用できます。

の Java ドキュメントandroid.accounts.AuthenticatorDescription.newKey(java.lang.String)

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象