ImsStateCallback.ReasonImsServiceNotReady Field

Definition

Caution

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

The IMS service is connected, but in a NOT_READY state.

[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

Field Value

Value = 6
Attributes

Remarks

The IMS service is connected, but in a NOT_READY state. Once the service moves to ready, #onAvailable will be called.

Java documentation for android.telephony.ims.ImsStateCallback.REASON_IMS_SERVICE_NOT_READY.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to