Share via


ImsStateCallback.ReasonNoImsServiceConfigured Field

Definition

Caution

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

There is no IMS service configured for the subscription ID specified.

[Android.Runtime.Register("REASON_NO_IMS_SERVICE_CONFIGURED", 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 ReasonNoImsServiceConfigured = 4;
[<Android.Runtime.Register("REASON_NO_IMS_SERVICE_CONFIGURED", 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 ReasonNoImsServiceConfigured : Android.Telephony.Ims.ImsStateCallbackReason

Field Value

Value = 4
Attributes

Remarks

There is no IMS service configured for the subscription ID specified. This is a permanent error and there will be no Manager available for this subscription.

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

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