Table of Contents

Class AlarmClock

Namespace
Android.Provider
Assembly
MASES.Netdroid.dll
public class AlarmClock : JVMBridgeBase<AlarmClock>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
Inheritance
AlarmClock
Implements
Extension Methods

Constructors

AlarmClock()

public AlarmClock()

AlarmClock(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 AlarmClock(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

Properties

ACTION_DISMISS_ALARM

public static String ACTION_DISMISS_ALARM { get; set; }

Property Value

String

ACTION_DISMISS_TIMER

public static String ACTION_DISMISS_TIMER { get; set; }

Property Value

String

ACTION_SET_ALARM

public static String ACTION_SET_ALARM { get; set; }

Property Value

String

ACTION_SET_TIMER

public static String ACTION_SET_TIMER { get; set; }

Property Value

String

ACTION_SHOW_ALARMS

public static String ACTION_SHOW_ALARMS { get; set; }

Property Value

String

ACTION_SHOW_TIMERS

public static String ACTION_SHOW_TIMERS { get; set; }

Property Value

String

ACTION_SNOOZE_ALARM

public static String ACTION_SNOOZE_ALARM { get; set; }

Property Value

String

ALARM_SEARCH_MODE_ALL

public static String ALARM_SEARCH_MODE_ALL { get; set; }

Property Value

String

ALARM_SEARCH_MODE_LABEL

public static String ALARM_SEARCH_MODE_LABEL { get; set; }

Property Value

String

ALARM_SEARCH_MODE_NEXT

public static String ALARM_SEARCH_MODE_NEXT { get; set; }

Property Value

String

ALARM_SEARCH_MODE_TIME

public static String ALARM_SEARCH_MODE_TIME { get; set; }

Property Value

String

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

EXTRA_ALARM_SEARCH_MODE

public static String EXTRA_ALARM_SEARCH_MODE { get; set; }

Property Value

String

EXTRA_ALARM_SNOOZE_DURATION

public static String EXTRA_ALARM_SNOOZE_DURATION { get; set; }

Property Value

String

EXTRA_DAYS

public static String EXTRA_DAYS { get; set; }

Property Value

String

EXTRA_HOUR

public static String EXTRA_HOUR { get; set; }

Property Value

String

EXTRA_IS_PM

public static String EXTRA_IS_PM { get; set; }

Property Value

String

EXTRA_LENGTH

public static String EXTRA_LENGTH { get; set; }

Property Value

String

EXTRA_MESSAGE

public static String EXTRA_MESSAGE { get; set; }

Property Value

String

EXTRA_MINUTES

public static String EXTRA_MINUTES { get; set; }

Property Value

String

EXTRA_RINGTONE

public static String EXTRA_RINGTONE { get; set; }

Property Value

String

EXTRA_SKIP_UI

public static String EXTRA_SKIP_UI { get; set; }

Property Value

String

EXTRA_VIBRATE

public static String EXTRA_VIBRATE { 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

VALUE_RINGTONE_SILENT

public static String VALUE_RINGTONE_SILENT { get; set; }

Property Value

String

Methods

CreatePoolableInstance()

HPA initializer for AlarmClock()

public static AlarmClock CreatePoolableInstance()

Returns

AlarmClock