Android.App.AlarmManager: Method Members

The methods of Android.App.AlarmManager are listed below. For a list of all members, see the AlarmManager Members list.

See Also: Inherited members from Java.Lang.Object

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.