The members of Android.App.AlarmManager are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | ActionNextAlarmClockChanged | string. Broadcast Action: Sent after the value returned by AlarmManager.NextAlarmClock has changed. |
const | IntervalDay | long (86400000). Available inexact recurrence interval recognized by AlarmManager.SetInexactRepeating(AlarmType, System.Int64, System.Int64, System.Int64) when running on Android prior to API 19. |
const | IntervalFifteenMinutes | long (900000). Available inexact recurrence interval recognized by AlarmManager.SetInexactRepeating(AlarmType, System.Int64, System.Int64, System.Int64) when running on Android prior to API 19. |
const | IntervalHalfDay | long (43200000). Available inexact recurrence interval recognized by AlarmManager.SetInexactRepeating(AlarmType, System.Int64, System.Int64, System.Int64) when running on Android prior to API 19. |
const | IntervalHalfHour | long (1800000). Available inexact recurrence interval recognized by AlarmManager.SetInexactRepeating(AlarmType, System.Int64, System.Int64, System.Int64) when running on Android prior to API 19. |
const | IntervalHour | long (3600000). Available inexact recurrence interval recognized by AlarmManager.SetInexactRepeating(AlarmType, System.Int64, System.Int64, System.Int64) when running on Android prior to API 19. |
[read-only] | NextAlarmClock | AlarmManager.AlarmClockInfo. Gets information about the next alarm clock currently scheduled. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Cancel(PendingIntent)Remove any alarms with a matching Android.Content.Intent. | ||
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
Set(AlarmType, long, PendingIntent) | ||
SetAlarmClock(AlarmManager.AlarmClockInfo, PendingIntent)Schedule an alarm that represents an alarm clock. | ||
SetExact(AlarmType, long, PendingIntent)Schedule an alarm to be delivered precisely at the stated time. | ||
SetInexactRepeating(AlarmType, long, long, PendingIntent)Schedule a repeating alarm that has inexact trigger time requirements; for example, an alarm that repeats every hour, but not necessarily at the top of every hour. | ||
SetRepeating(AlarmType, long, long, PendingIntent)Schedule a repeating alarm. | ||
SetTime(long)Set the system wall clock time. | ||
SetTimeZone(string)Set the system default time zone. | ||
SetWindow(AlarmType, long, long, PendingIntent)Schedule an alarm to be delivered within a given window of time. |