다음을 통해 공유


ImsException.CodeErrorUnsupportedOperation Field

Definition

Caution

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

This device or carrier configuration does not support this feature for this subscription.

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

Field Value

Value = 2
Attributes

Remarks

This device or carrier configuration does not support this feature for this subscription.

This is a permanent configuration error and there should be no retry until the subscription changes if this operation is denied due to a carrier configuration. If this is due to a device configuration, the feature PackageManager#FEATURE_TELEPHONY_IMS is not available or the device has no ImsService implementation to service this request.

Java documentation for android.telephony.ims.ImsException.CODE_ERROR_UNSUPPORTED_OPERATION.

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