Language

PhoneAccount.CapabilityChangeRttCallToAudioCall Field

Definition

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 = 1048576

Implements

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.

Applies to