CarrierConfigManager.KeyAllowHoldInRttCallBool 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.
Flag indicating whether RTT (Real-Time Text) calls support the hold/unhold capability.
[Android.Runtime.Register("KEY_ALLOW_HOLD_IN_RTT_CALL_BOOL", ApiSince=37)]
public const string KeyAllowHoldInRttCallBool;
[<Android.Runtime.Register("KEY_ALLOW_HOLD_IN_RTT_CALL_BOOL", ApiSince=37)>]
val mutable KeyAllowHoldInRttCallBool : string
Field Value
- Attributes
Remarks
Flag indicating whether RTT (Real-Time Text) calls support the hold/unhold capability. If false, the hold capability will be disabled for RTT calls. If true, RTT hold capability is determined by IMS service capabilities. The default value is true.
Android reference for android.telephony.CarrierConfigManager.KEY_ALLOW_HOLD_IN_RTT_CALL_BOOL.
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.