Compartir a través de


VoicemailContract.Status.DataChannelStateServerConnectionError Campo

Definición

Precaución

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

Valor de #DATA_CHANNEL_STATE para indicar que, aunque hay una red adecuada, el canal de datos no puede establecer una conexión con el servidor.

[Android.Runtime.Register("DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.VoicemailDataChannelState enum directly instead of this field.", true)]
public const Android.Provider.VoicemailDataChannelState DataChannelStateServerConnectionError = 6;
[<Android.Runtime.Register("DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.VoicemailDataChannelState enum directly instead of this field.", true)>]
val mutable DataChannelStateServerConnectionError : Android.Provider.VoicemailDataChannelState

Valor de campo

Value = 6
Atributos

Comentarios

Valor de #DATA_CHANNEL_STATE para indicar que, aunque hay una red adecuada, el canal de datos no puede establecer una conexión con el servidor.

Documentación de Java para android.provider.VoicemailContract.Status.DATA_CHANNEL_STATE_SERVER_CONNECTION_ERROR.

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