Compartir a través de


DataFailCause.ConcurrentServiceNotSupportedByBaseStation Campo

Definición

Precaución

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

La estación base no admite el servicio simultáneo.

[Android.Runtime.Register("CONCURRENT_SERVICE_NOT_SUPPORTED_BY_BASE_STATION", 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 ConcurrentServiceNotSupportedByBaseStation = 2080;
[<Android.Runtime.Register("CONCURRENT_SERVICE_NOT_SUPPORTED_BY_BASE_STATION", 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 ConcurrentServiceNotSupportedByBaseStation : Android.Telephony.DataFailCauseType

Valor de campo

Value = 2080
Atributos

Comentarios

La estación base no admite el servicio simultáneo.

Documentación de Java para android.telephony.DataFailCause.CONCURRENT_SERVICE_NOT_SUPPORTED_BY_BASE_STATION.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a