Android.App.AlarmManager Members

The members of Android.App.AlarmManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ActionNextAlarmClockChangedstring. Broadcast Action: Sent after the value returned by AlarmManager.NextAlarmClock has changed.
const
IntervalDaylong (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
IntervalFifteenMinuteslong (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
IntervalHalfDaylong (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
IntervalHalfHourlong (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
IntervalHourlong (3600000). Available inexact recurrence interval recognized by AlarmManager.SetInexactRepeating(AlarmType, System.Int64, System.Int64, System.Int64) when running on Android prior to API 19.

Public Properties

[read-only]
NextAlarmClockAlarmManager.AlarmClockInfo. Gets information about the next alarm clock currently scheduled.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Cancel(PendingIntent)
Remove any alarms with a matching Android.Content.Intent.
static
FromContext(Android.Content.Context) : AlarmManager
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.