Idioma

ImsStateCallback.ReasonUnknownTemporaryError Campo

Definição

Cuidado

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

O serviço IMS subjacente está temporariamente indisponível para a assinatura associada.

[Android.Runtime.Register("REASON_UNKNOWN_TEMPORARY_ERROR", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsStateCallbackReason enum directly instead of this field.", true)]
public const Android.Telephony.Ims.ImsStateCallbackReason ReasonUnknownTemporaryError = 1;
[<Android.Runtime.Register("REASON_UNKNOWN_TEMPORARY_ERROR", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telephony.Ims.ImsStateCallbackReason enum directly instead of this field.", true)>]
val mutable ReasonUnknownTemporaryError : Android.Telephony.Ims.ImsStateCallbackReason

Valor do campo

Value = 1
Atributos

Comentários

O serviço IMS subjacente está temporariamente indisponível para a assinatura associada. #onAvailable será chamado quando o serviço IMS ficar disponível novamente.

Java documentação para android.telephony.ims.ImsStateCallback.REASON_UNKNOWN_TEMPORARY_ERROR.

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

Aplica-se a