Android.Provider.AlarmClock Class
The AlarmClock provider contains an Intent action and extras that can be used to start an Activity to set a new alarm or timer in an alarm clock application.

See Also: AlarmClock Members

Syntax

[Android.Runtime.Register("android/provider/AlarmClock", DoNotGenerateAcw=true)]
public sealed class AlarmClock : Java.Lang.Object

Remarks

The AlarmClock provider contains an Intent action and extras that can be used to start an Activity to set a new alarm or timer in an alarm clock application. Applications that wish to receive the ACTION_SET_ALARM and ACTION_SET_TIMER Intents should create an activity to handle the Intent that requires the permission com.android.alarm.permission.SET_ALARM. Applications that wish to create a new alarm or timer should use Android.Content.Context.StartActivity(Android.Content.Intent) so that the user has the option of choosing which alarm clock application to use.

[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