SyncAdapterType Constructors

Definition

Overloads

SyncAdapterType(Parcel)
SyncAdapterType(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

SyncAdapterType(String, String, Boolean, Boolean)

SyncAdapterType(Parcel)

[Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")]
public SyncAdapterType (Android.OS.Parcel? source);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Parcel;)V", "")>]
new Android.Content.SyncAdapterType : Android.OS.Parcel -> Android.Content.SyncAdapterType

Parameters

source
Parcel
Attributes

Remarks

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

SyncAdapterType(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

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

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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

SyncAdapterType(String, String, Boolean, Boolean)

[Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;ZZ)V", "")]
public SyncAdapterType (string? authority, string? accountType, bool userVisible, bool supportsUploading);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;ZZ)V", "")>]
new Android.Content.SyncAdapterType : string * string * bool * bool -> Android.Content.SyncAdapterType

Parameters

authority
String
accountType
String
userVisible
Boolean
supportsUploading
Boolean
Attributes

Remarks

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