Android.App.AlarmManager.NextAlarmClock Property
Gets information about the next alarm clock currently scheduled.

Syntax

[get: Android.Runtime.Register("getNextAlarmClock", "()Landroid/app/AlarmManager$AlarmClockInfo;", "GetGetNextAlarmClockHandler")]
public virtual AlarmManager.AlarmClockInfo NextAlarmClock { get; }

See Also

AlarmManager.SetAlarmClock(.AlarmClockInfo, Android.App.PendingIntent)

Value

Documentation for this section has not yet been entered.

Remarks

Gets information about the next alarm clock currently scheduled. The alarm clocks considered are those scheduled by AlarmManager.SetAlarmClock(.AlarmClockInfo, Android.App.PendingIntent) from any package of the calling user.

[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