Table of Contents

Class CalendarContract

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
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

initializer IJVMBridgeBaseInitializer

Properties

ACCOUNT_TYPE_LOCAL

public static String ACCOUNT_TYPE_LOCAL { get; set; }

Property Value

String

ACTION_EVENT_REMINDER

public static String ACTION_EVENT_REMINDER { get; set; }

Property Value

String

ACTION_HANDLE_CUSTOM_EVENT

public static String ACTION_HANDLE_CUSTOM_EVENT { get; set; }

Property Value

String

ACTION_VIEW_MANAGED_PROFILE_CALENDAR_EVENT

public static String ACTION_VIEW_MANAGED_PROFILE_CALENDAR_EVENT { get; set; }

Property Value

String

AUTHORITY

public static String AUTHORITY { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CALLER_IS_SYNCADAPTER

public static String CALLER_IS_SYNCADAPTER { get; set; }

Property Value

String

CONTENT_URI

public static Uri CONTENT_URI { get; set; }

Property Value

Uri

EXTRA_CUSTOM_APP_URI

public static String EXTRA_CUSTOM_APP_URI { get; set; }

Property Value

String

EXTRA_EVENT_ALL_DAY

public static String EXTRA_EVENT_ALL_DAY { get; set; }

Property Value

String

EXTRA_EVENT_BEGIN_TIME

public static String EXTRA_EVENT_BEGIN_TIME { get; set; }

Property Value

String

EXTRA_EVENT_END_TIME

public static String EXTRA_EVENT_END_TIME { get; set; }

Property Value

String

EXTRA_EVENT_ID

public static String EXTRA_EVENT_ID { get; set; }

Property Value

String

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

Methods

StartViewCalendarEventInManagedProfile(Context, long, long, long, bool, int)

public static bool StartViewCalendarEventInManagedProfile(Context arg0, long arg1, long arg2, long arg3, bool arg4, int arg5)

Parameters

arg0 Context

Context

arg1 long

long

arg2 long

long

arg3 long

long

arg4 bool

bool

arg5 int

int

Returns

bool

bool