Settings.ExtraDoNotDisturbModeMinutes 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.
Activity Extra: How many minutes to enable do not disturb mode for.
[Android.Runtime.Register("EXTRA_DO_NOT_DISTURB_MODE_MINUTES", ApiSince=23)]
public const string ExtraDoNotDisturbModeMinutes;
[<Android.Runtime.Register("EXTRA_DO_NOT_DISTURB_MODE_MINUTES", ApiSince=23)>]
val mutable ExtraDoNotDisturbModeMinutes : string
Field Value
- Attributes
Remarks
Activity Extra: How many minutes to enable do not disturb mode for.
This can be passed as an extra field to the #ACTION_VOICE_CONTROL_DO_NOT_DISTURB_MODE
intent to indicate how long do not disturb mode should be enabled for.
Java documentation for android.provider.Settings.EXTRA_DO_NOT_DISTURB_MODE_MINUTES
.
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.