Android.Provider.AlarmClock.ExtraLength Field
Bundle extra: The length of the timer in seconds.

Syntax

[Android.Runtime.Register("EXTRA_LENGTH")]
public const string ExtraLength

See Also

AlarmClock.ActionSetTimer

Remarks

Bundle extra: The length of the timer in seconds.

Used by AlarmClock.ActionSetTimer.

This extra is optional. If not provided, an implementation should open an activity that allows a user to set a timer with user provided length.

The value is an Java.Lang.Integer and ranges from 1 to 86400 (24 hours).

[Android Documentation]

Requirements

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