Android.App.AlarmType Enumeration
Enumerates values returned by several methods of Android.App.AlarmType and taken as a parameter of several methods of Android.App.AlarmManager.

Syntax

public enum AlarmType

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
ElapsedRealtimeAlarm time in Android.OS.SystemClock.ElapsedRealtime (time since boot, including sleep). This alarm does not wake the device up; if it goes off while the device is asleep, it will not be delivered until the next time the device wakes up.
ElapsedRealtimeWakeupAlarm time in Android.OS.SystemClock.ElapsedRealtime (time since boot, including sleep), which will wake up the device when it goes off.
RtcAlarm time in Java.Lang.JavaSystem.CurrentTimeMillis (wall clock time in UTC). This alarm does not wake the device up; if it goes off while the device is asleep, it will not be delivered until the next time the device wakes up.
RtcWakeupAlarm time in Java.Lang.JavaSystem.CurrentTimeMillis (wall clock time in UTC), which will wake up the device when it goes off.

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0