AuthenticatorDescription コンストラクター

定義

オーバーロード

AuthenticatorDescription(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

AuthenticatorDescription(String, String, Int32, Int32, Int32, Int32)

完全な AuthenticatorDescription のコンストラクター

AuthenticatorDescription(String, String, Int32, Int32, Int32, Int32, Boolean)

完全な AuthenticatorDescription のコンストラクター

AuthenticatorDescription(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected AuthenticatorDescription (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Accounts.AuthenticatorDescription : nativeint * Android.Runtime.JniHandleOwnership -> Android.Accounts.AuthenticatorDescription

パラメーター

javaReference
IntPtr

nativeint

IntPtrJava ネイティブ インターフェイス (JNI) オブジェクト参照を含む 。

transfer
JniHandleOwnership

処理方法を示す 。JniHandleOwnershipjavaReference

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

AuthenticatorDescription(String, String, Int32, Int32, Int32, Int32)

完全な AuthenticatorDescription のコンストラクター

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;IIII)V", "")]
public AuthenticatorDescription (string? type, string? packageName, int labelId, int iconId, int smallIconId, int prefId);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;IIII)V", "")>]
new Android.Accounts.AuthenticatorDescription : string * string * int * int * int * int -> Android.Accounts.AuthenticatorDescription

パラメーター

type
String
packageName
String
labelId
Int32
iconId
Int32
smallIconId
Int32
prefId
Int32
属性

注釈

android.accounts.AuthenticatorDescription.AuthenticatorDescription(java.lang.String, java.lang.String, int, int, int, int, boolean)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

AuthenticatorDescription(String, String, Int32, Int32, Int32, Int32, Boolean)

完全な AuthenticatorDescription のコンストラクター

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;IIIIZ)V", "")]
public AuthenticatorDescription (string? type, string? packageName, int labelId, int iconId, int smallIconId, int prefId, bool customTokens);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;IIIIZ)V", "")>]
new Android.Accounts.AuthenticatorDescription : string * string * int * int * int * int * bool -> Android.Accounts.AuthenticatorDescription

パラメーター

type
String
packageName
String
labelId
Int32
iconId
Int32
smallIconId
Int32
prefId
Int32
customTokens
Boolean
属性

注釈

完全な AuthenticatorDescription のコンストラクター

android.accounts.AuthenticatorDescription.AuthenticatorDescription(java.lang.String, java.lang.String, int, int, int, int, boolean)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象