Aracılığıyla paylaş


Connection.PropertyIsRtt Field

Definition

Caution

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

Set by the framework to indicate that a connection has an active RTT session associated with it.

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

Field Value

Value = 256
Attributes

Remarks

Set by the framework to indicate that a connection has an active RTT session associated with it.

Java documentation for android.telecom.Connection.PROPERTY_IS_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