다음을 통해 공유


Call.Details.PropertyCrossSim Field

Definition

Caution

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

Field Value

Value = 16384
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.Call.Details.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