AlarmClock.ExtraSkipUi Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Bundle extra: Whether or not to display an activity after performing the action.
[Android.Runtime.Register("EXTRA_SKIP_UI")]
public const string ExtraSkipUi;
[<Android.Runtime.Register("EXTRA_SKIP_UI")>]
val mutable ExtraSkipUi : string
Field Value
- Attributes
Remarks
Bundle extra: Whether or not to display an activity after performing the action.
Used by #ACTION_SET_ALARM
and #ACTION_SET_TIMER
.
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 Boolean
. The default is false
.
Java documentation for android.provider.AlarmClock.EXTRA_SKIP_UI
.
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.