PhoneAccount.CapabilityChangeRttCallToAudioCall 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.
Caution
This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.
Flag indicating that this PhoneAccount is capable of changing an RTT (Real-time text)
call to a voice call.
[Android.Runtime.Register("CAPABILITY_CHANGE_RTT_CALL_TO_AUDIO_CALL", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)]
public const Android.Telecom.PhoneAccountCapability CapabilityChangeRttCallToAudioCall = 1048576;
[<Android.Runtime.Register("CAPABILITY_CHANGE_RTT_CALL_TO_AUDIO_CALL", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)>]
val mutable CapabilityChangeRttCallToAudioCall : Android.Telecom.PhoneAccountCapability
Field Value
Value = 1048576Implements
- Attributes
Remarks
Flag indicating that this PhoneAccount is capable of changing an RTT (Real-time text) call to a voice call.
When set, the in-call app will display the "change to voice" option.
Only applicable for a phone account with CAPABILITY_RTT.
Android reference for android.telecom.PhoneAccount.CAPABILITY_CHANGE_RTT_CALL_TO_AUDIO_CALL.
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.