Call.ExtraIsSuppressedByDoNotDisturb 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.
Extra key intended for InCallService
s that notify the user of an incoming call.
[Android.Runtime.Register("EXTRA_IS_SUPPRESSED_BY_DO_NOT_DISTURB", ApiSince=34)]
public const string ExtraIsSuppressedByDoNotDisturb;
[<Android.Runtime.Register("EXTRA_IS_SUPPRESSED_BY_DO_NOT_DISTURB", ApiSince=34)>]
val mutable ExtraIsSuppressedByDoNotDisturb : string
Field Value
- Attributes
Remarks
Extra key intended for InCallService
s that notify the user of an incoming call. When EXTRA_IS_SUPPRESSED_BY_DO_NOT_DISTURB returns true, the InCallService
should not interrupt the user of the incoming call because the call is being suppressed by Do Not Disturb settings.
This extra will be removed from the Call
object for InCallService
s that do not hold the android.Manifest.permission#READ_CONTACTS
permission.
Java documentation for android.telecom.Call.EXTRA_IS_SUPPRESSED_BY_DO_NOT_DISTURB
.
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.