Partager via


ImsException.CodeErrorUnsupportedOperation Champ

Définition

Attention

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

Cette configuration d’appareil ou d’opérateur ne prend pas en charge cette fonctionnalité pour cet abonnement.

[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

Valeur de champ

Value = 2
Attributs

Remarques

Cette configuration d’appareil ou d’opérateur ne prend pas en charge cette fonctionnalité pour cet abonnement.

Il s’agit d’une erreur de configuration permanente et il ne doit pas y avoir de nouvelle tentative tant que l’abonnement ne change pas si cette opération est refusée en raison d’une configuration d’opérateur. S’il s’agit d’une configuration d’appareil, la fonctionnalité PackageManager#FEATURE_TELEPHONY_IMS n’est pas disponible ou l’appareil n’a pas d’implémentation ImsService pour traiter cette requête.

Documentation Java pour android.telephony.ims.ImsException.CODE_ERROR_UNSUPPORTED_OPERATION.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à