Class ContactsContract.CommonDataKinds.Event
https://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Event.html
public class ContactsContract.CommonDataKinds.Event : JVMBridgeBase<ContactsContract.CommonDataKinds.Event>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
ContactsContract.CommonDataKinds.Event
- Implements
- Extension Methods
Constructors
Event(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 Event(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CONTENT_ITEM_TYPE
public static String CONTENT_ITEM_TYPE { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX
public static String EXTRA_ADDRESS_BOOK_INDEX { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX_COUNTS
public static String EXTRA_ADDRESS_BOOK_INDEX_COUNTS { get; set; }
Property Value
EXTRA_ADDRESS_BOOK_INDEX_TITLES
public static String EXTRA_ADDRESS_BOOK_INDEX_TITLES { 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
START_DATE
public static String START_DATE { get; set; }
Property Value
TYPE_ANNIVERSARY
public static int TYPE_ANNIVERSARY { get; set; }
Property Value
TYPE_BIRTHDAY
public static int TYPE_BIRTHDAY { get; set; }
Property Value
TYPE_OTHER
public static int TYPE_OTHER { get; set; }
Property Value
Methods
GetTypeLabel(Resources, int, CharSequence)
public static CharSequence GetTypeLabel(Resources arg0, int arg1, CharSequence arg2)
Parameters
arg0Resourcesarg1intarg2CharSequence
Returns
GetTypeResource(Integer)
public static int GetTypeResource(Integer arg0)