DataFailCause.ConcurrentServicesIncompatible Field

Definition

Caution

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

The concurrent services requested were not compatible.

[Android.Runtime.Register("CONCURRENT_SERVICES_INCOMPATIBLE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)]
public const Android.Telephony.DataFailCauseType ConcurrentServicesIncompatible = 2083;
[<Android.Runtime.Register("CONCURRENT_SERVICES_INCOMPATIBLE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.DataFailCauseType enum directly instead of this field.", true)>]
val mutable ConcurrentServicesIncompatible : Android.Telephony.DataFailCauseType

Field Value

Value = 2083
Attributes

Remarks

The concurrent services requested were not compatible.

Java documentation for android.telephony.DataFailCause.CONCURRENT_SERVICES_INCOMPATIBLE.

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