Android.Provider.AlarmClock.ActionSetAlarm Field
Activity Action: Set an alarm.

Syntax

[Android.Runtime.Register("ACTION_SET_ALARM")]
public const string ActionSetAlarm

Remarks

Activity Action: Set an alarm.

Request parameters

Activates an existing alarm or creates a new one.

This action requests an alarm to be set for a given time of day. If no time of day is specified, an implementation should start an activity that is capable of setting an alarm (AlarmClock.ExtraSkipUi is ignored in this case). If a time of day is specified, and AlarmClock.ExtraSkipUi is true, and the alarm is not repeating, the implementation should remove this alarm after it has been dismissed. If an identical alarm exists matching all parameters, the implementation may re-use it instead of creating a new one (in this case, the alarm should not be removed after dismissal). This action always enables the alarm.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9