Android.App.AlarmManager.ActionNextAlarmClockChanged Field
Broadcast Action: Sent after the value returned by AlarmManager.NextAlarmClock has changed.

Syntax

[Android.Runtime.Register("ACTION_NEXT_ALARM_CLOCK_CHANGED")]
public const string ActionNextAlarmClockChanged

Remarks

Broadcast Action: Sent after the value returned by AlarmManager.NextAlarmClock has changed.

This is a protected intent that can only be sent by the system. It is only sent to registered receivers.

[Android Documentation]

Requirements

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