Class SyncAdapterType
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
SyncAdapterType(String, String, bool, bool)
public SyncAdapterType(String arg0, String arg1, bool arg2, bool arg3)
Parameters
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
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { get; set; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
accountType
public String accountType { get; set; }
Property Value
authority
public String authority { get; set; }
Property Value
isKey
public bool isKey { get; set; }
Property Value
Methods
AllowParallelSyncs()
public bool AllowParallelSyncs()
Returns
CreatePoolableInstance(Parcel)
HPA initializer for SyncAdapterType(Android.Os.Parcel arg0)
public static SyncAdapterType CreatePoolableInstance(Parcel arg0)
Parameters
arg0Parcel
Returns
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
Returns
DescribeContents()
public int DescribeContents()
Returns
GetSettingsActivity()
public String GetSettingsActivity()
Returns
IsAlwaysSyncable()
public bool IsAlwaysSyncable()
Returns
IsUserVisible()
public bool IsUserVisible()
Returns
NewKey(String, String)
public static SyncAdapterType NewKey(String arg0, String arg1)
Parameters
Returns
SupportsUploading()
public bool SupportsUploading()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)