Share via


Connection.PropertyCrossSim Field

Definition

Caution

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

Connection is using cross sim technology.

[Android.Runtime.Register("PROPERTY_CROSS_SIM", ApiSince=31)]
[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 PropertyCrossSim = 8192;
[<Android.Runtime.Register("PROPERTY_CROSS_SIM", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.ConnectionProperties enum directly instead of this field.", true)>]
val mutable PropertyCrossSim : Android.Telecom.ConnectionProperties

Field Value

Value = 8192
Attributes

Remarks

Connection is using cross sim technology.

Indicates that the Connection is using a cross sim technology which would register IMS over internet APN of default data subscription.

Java documentation for android.telecom.Connection.PROPERTY_CROSS_SIM.

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