Language

AlarmManager.NextAlarmClock Property

Definition

Gets information about the next alarm clock currently scheduled.

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

Property Value

An AlarmClockInfo object describing the next upcoming alarm clock event that will occur. If there are no alarm clock events currently scheduled, this method will return null.

Attributes

Remarks

Gets information about the next alarm clock currently scheduled. The alarm clocks considered are those scheduled by any application using the setAlarmClock(AlarmClockInfo, PendingIntent) method.

See also:

Android reference for android.app.AlarmManager.getNextAlarmClock.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to