Class AlarmClock
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
initializerIJVMBridgeBaseInitializer
Properties
ACTION_DISMISS_ALARM
public static String ACTION_DISMISS_ALARM { get; set; }
Property Value
ACTION_DISMISS_TIMER
public static String ACTION_DISMISS_TIMER { get; set; }
Property Value
ACTION_SET_ALARM
public static String ACTION_SET_ALARM { get; set; }
Property Value
ACTION_SET_TIMER
public static String ACTION_SET_TIMER { get; set; }
Property Value
ACTION_SHOW_ALARMS
public static String ACTION_SHOW_ALARMS { get; set; }
Property Value
ACTION_SHOW_TIMERS
public static String ACTION_SHOW_TIMERS { get; set; }
Property Value
ACTION_SNOOZE_ALARM
public static String ACTION_SNOOZE_ALARM { get; set; }
Property Value
ALARM_SEARCH_MODE_ALL
public static String ALARM_SEARCH_MODE_ALL { get; set; }
Property Value
ALARM_SEARCH_MODE_LABEL
public static String ALARM_SEARCH_MODE_LABEL { get; set; }
Property Value
ALARM_SEARCH_MODE_NEXT
public static String ALARM_SEARCH_MODE_NEXT { get; set; }
Property Value
ALARM_SEARCH_MODE_TIME
public static String ALARM_SEARCH_MODE_TIME { get; set; }
Property Value
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
EXTRA_ALARM_SEARCH_MODE
public static String EXTRA_ALARM_SEARCH_MODE { get; set; }
Property Value
EXTRA_ALARM_SNOOZE_DURATION
https://developer.android.com/reference/android/provider/AlarmClock.html#EXTRA_ALARM_SNOOZE_DURATION
public static String EXTRA_ALARM_SNOOZE_DURATION { get; set; }
Property Value
EXTRA_DAYS
public static String EXTRA_DAYS { get; set; }
Property Value
EXTRA_HOUR
public static String EXTRA_HOUR { get; set; }
Property Value
EXTRA_IS_PM
public static String EXTRA_IS_PM { get; set; }
Property Value
EXTRA_LENGTH
public static String EXTRA_LENGTH { get; set; }
Property Value
EXTRA_MESSAGE
public static String EXTRA_MESSAGE { get; set; }
Property Value
EXTRA_MINUTES
public static String EXTRA_MINUTES { get; set; }
Property Value
EXTRA_RINGTONE
public static String EXTRA_RINGTONE { get; set; }
Property Value
EXTRA_SKIP_UI
public static String EXTRA_SKIP_UI { get; set; }
Property Value
EXTRA_VIBRATE
public static String EXTRA_VIBRATE { 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
VALUE_RINGTONE_SILENT
public static String VALUE_RINGTONE_SILENT { get; set; }
Property Value
Methods
CreatePoolableInstance()
HPA initializer for AlarmClock()
public static AlarmClock CreatePoolableInstance()