Android.Provider.AlarmClock.ExtraSkipUi Field
Bundle extra: Whether or not to display an activity after performing the action.

Syntax

[Android.Runtime.Register("EXTRA_SKIP_UI")]
public const string ExtraSkipUi

See Also

AlarmClock.ActionSetAlarm
AlarmClock.ActionSetTimer

Remarks

Bundle extra: Whether or not to display an activity after performing the action.

Used by AlarmClock.ActionSetAlarm and AlarmClock.ActionSetTimer.

If true, the application is asked to bypass any intermediate UI. If false, the application may display intermediate UI like a confirmation dialog or settings.

The value is a Java.Lang.Boolean. The default is false.

[Android Documentation]

Requirements

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