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

Java documentation 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

See also

  • <xref:Android.App.AlarmManager.SetAlarmClock(.AlarmClockInfo%2c+Android.App.PendingIntent)>