AudioManager.IsCallScreeningModeSupported Property
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.
Indicates if the platform supports a special call screening and call monitoring mode.
public virtual bool IsCallScreeningModeSupported { [Android.Runtime.Register("isCallScreeningModeSupported", "()Z", "GetIsCallScreeningModeSupportedHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isCallScreeningModeSupported", "()Z", "GetIsCallScreeningModeSupportedHandler", ApiSince=30)>]
member this.IsCallScreeningModeSupported : bool
Property Value
true if call screening mode is supported, false otherwise.
- Attributes
Remarks
Indicates if the platform supports a special call screening and call monitoring mode.
When this mode is supported, it is possible to perform call screening and monitoring functions while other use cases like music or movie playback are active.
Use #setMode(int)
with mode #MODE_CALL_SCREENING
to place the platform in call screening mode.
If call screening mode is not supported, setting mode to MODE_CALL_SCREENING will be ignored and will not change current mode reported by #getMode()
.
Java documentation for android.media.AudioManager.isCallScreeningModeSupported()
.
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.