Class CalendarContract
public class CalendarContract : JVMBridgeBase<CalendarContract>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
CalendarContract
- Implements
- Extension Methods
Constructors
CalendarContract(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 CalendarContract(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
ACCOUNT_TYPE_LOCAL
public static String ACCOUNT_TYPE_LOCAL { get; set; }
Property Value
ACTION_EVENT_REMINDER
https://developer.android.com/reference/android/provider/CalendarContract.html#ACTION_EVENT_REMINDER
public static String ACTION_EVENT_REMINDER { get; set; }
Property Value
ACTION_HANDLE_CUSTOM_EVENT
public static String ACTION_HANDLE_CUSTOM_EVENT { get; set; }
Property Value
ACTION_VIEW_MANAGED_PROFILE_CALENDAR_EVENT
public static String ACTION_VIEW_MANAGED_PROFILE_CALENDAR_EVENT { get; set; }
Property Value
AUTHORITY
public static String AUTHORITY { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CALLER_IS_SYNCADAPTER
https://developer.android.com/reference/android/provider/CalendarContract.html#CALLER_IS_SYNCADAPTER
public static String CALLER_IS_SYNCADAPTER { get; set; }
Property Value
CONTENT_URI
public static Uri CONTENT_URI { get; set; }
Property Value
EXTRA_CUSTOM_APP_URI
public static String EXTRA_CUSTOM_APP_URI { get; set; }
Property Value
EXTRA_EVENT_ALL_DAY
public static String EXTRA_EVENT_ALL_DAY { get; set; }
Property Value
EXTRA_EVENT_BEGIN_TIME
public static String EXTRA_EVENT_BEGIN_TIME { get; set; }
Property Value
EXTRA_EVENT_END_TIME
public static String EXTRA_EVENT_END_TIME { get; set; }
Property Value
EXTRA_EVENT_ID
public static String EXTRA_EVENT_ID { 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
Methods
StartViewCalendarEventInManagedProfile(Context, long, long, long, bool, int)
public static bool StartViewCalendarEventInManagedProfile(Context arg0, long arg1, long arg2, long arg3, bool arg4, int arg5)