Call.ExtraSilentRingingRequested 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 used to indicate whether a CallScreeningService
has requested to silence
the ringtone for a call.
[Android.Runtime.Register("EXTRA_SILENT_RINGING_REQUESTED", ApiSince=29)]
public const string ExtraSilentRingingRequested;
[<Android.Runtime.Register("EXTRA_SILENT_RINGING_REQUESTED", ApiSince=29)>]
val mutable ExtraSilentRingingRequested : string
Field Value
- Attributes
Remarks
Extra key used to indicate whether a CallScreeningService
has requested to silence the ringtone for a call. If the InCallService
declares TelecomManager#METADATA_IN_CALL_SERVICE_RINGING
in its manifest, it should not play a ringtone for an incoming call with this extra key set.
Java documentation for android.telecom.Call.EXTRA_SILENT_RINGING_REQUESTED
.
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.