ImsStateCallback.ReasonImsServiceNotReady Campo

Definición

Precaución

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

El servicio IMS está conectado, pero en un estado de NOT_READY.

[Android.Runtime.Register("REASON_IMS_SERVICE_NOT_READY", 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 ReasonImsServiceNotReady = 6;
[<Android.Runtime.Register("REASON_IMS_SERVICE_NOT_READY", 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 ReasonImsServiceNotReady : Android.Telephony.Ims.ImsStateCallbackReason

Valor de campo

Value = 6
Atributos

Comentarios

El servicio IMS está conectado, pero en un estado de NOT_READY. Una vez que el servicio se mueva a listo, #onAvailable se llamará a .

Java documentación para android.telephony.ims.ImsStateCallback.REASON_IMS_SERVICE_NOT_READY.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a