Compartilhar via


CellInfo.ConnectionUnknown Campo

Definição

Cuidado

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

O status da conexão é desconhecido.

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

Valor do campo

Value = 2147483647

Implementações

Atributos

Comentários

O status da conexão é desconhecido.

Documentação Java para android.telephony.CellInfo.CONNECTION_UNKNOWN.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a