Compartilhar via


QueryLocationException.ErrorServiceUnavailable Campo

Definição

Cuidado

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

A operação falhou devido ao serviço não estar disponível.

[Android.Runtime.Register("ERROR_SERVICE_UNAVAILABLE", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.QueryLocationErrorReason enum directly instead of this field.", true)]
public const Android.Telecom.QueryLocationErrorReason ErrorServiceUnavailable = 5;
[<Android.Runtime.Register("ERROR_SERVICE_UNAVAILABLE", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.QueryLocationErrorReason enum directly instead of this field.", true)>]
val mutable ErrorServiceUnavailable : Android.Telecom.QueryLocationErrorReason

Valor do campo

Value = 5

Implementações

Atributos

Comentários

A operação falhou devido ao serviço não estar disponível.

Documentação Java para android.telecom.QueryLocationException.ERROR_SERVICE_UNAVAILABLE.

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