Call.Details.CapabilityRemotePartySupportsRtt Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telecom.CallCapability enum directly instead of this field.

Indicates whether the remote party supports RTT or not to the UI.

[Android.Runtime.Register("CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapability enum directly instead of this field.", true)]
public const Android.Telecom.CallCapability CapabilityRemotePartySupportsRtt = 268435456;
[<Android.Runtime.Register("CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallCapability enum directly instead of this field.", true)>]
val mutable CapabilityRemotePartySupportsRtt : Android.Telecom.CallCapability

Field Value

Value = 268435456
Attributes

Remarks

Indicates whether the remote party supports RTT or not to the UI.

Java documentation for android.telecom.Call.Details.CAPABILITY_REMOTE_PARTY_SUPPORTS_RTT.

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