Table of Contents

Class SyncAdapterType

Namespace
Android.Content
Assembly
MASES.Netdroid.dll
public class SyncAdapterType : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
SyncAdapterType
Implements
Inherited Members
Extension Methods

Constructors

SyncAdapterType(Parcel)

public SyncAdapterType(Parcel arg0)

Parameters

arg0 Parcel

Parcel

SyncAdapterType(String, String, bool, bool)

public SyncAdapterType(String arg0, String arg1, bool arg2, bool arg3)

Parameters

arg0 String

String

arg1 String

String

arg2 bool

bool

arg3 bool

bool

SyncAdapterType(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SyncAdapterType(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

accountType

public String accountType { get; set; }

Property Value

String

authority

public String authority { get; set; }

Property Value

String

isKey

public bool isKey { get; set; }

Property Value

bool

Methods

AllowParallelSyncs()

public bool AllowParallelSyncs()

Returns

bool

bool

CreatePoolableInstance(Parcel)

HPA initializer for SyncAdapterType(Android.Os.Parcel arg0)

public static SyncAdapterType CreatePoolableInstance(Parcel arg0)

Parameters

arg0 Parcel

Returns

SyncAdapterType

CreatePoolableInstance(String, String, bool, bool)

HPA initializer for SyncAdapterType(Java.Lang.String arg0, Java.Lang.String arg1, bool arg2, bool arg3)

public static SyncAdapterType CreatePoolableInstance(String arg0, String arg1, bool arg2, bool arg3)

Parameters

arg0 String
arg1 String
arg2 bool
arg3 bool

Returns

SyncAdapterType

DescribeContents()

public int DescribeContents()

Returns

int

int

GetSettingsActivity()

public String GetSettingsActivity()

Returns

String

String

IsAlwaysSyncable()

public bool IsAlwaysSyncable()

Returns

bool

bool

IsUserVisible()

public bool IsUserVisible()

Returns

bool

bool

NewKey(String, String)

public static SyncAdapterType NewKey(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

SyncAdapterType

SyncAdapterType

SupportsUploading()

public bool SupportsUploading()

Returns

bool

bool

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int