Share via


AlarmClock.ExtraAlarmSnoozeDuration Field

Definition

Bundle extra: The snooze duration of the alarm in minutes.

[Android.Runtime.Register("EXTRA_ALARM_SNOOZE_DURATION", ApiSince=23)]
public const string ExtraAlarmSnoozeDuration;
[<Android.Runtime.Register("EXTRA_ALARM_SNOOZE_DURATION", ApiSince=23)>]
val mutable ExtraAlarmSnoozeDuration : string

Field Value

Attributes

Remarks

Bundle extra: The snooze duration of the alarm in minutes.

Used by #ACTION_SNOOZE_ALARM. This extra is optional and the value is an Integer that specifies the duration in minutes for which to snooze the alarm.

Java documentation for android.provider.AlarmClock.EXTRA_ALARM_SNOOZE_DURATION.

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