Langue

CallException.CodeCallIsNotBeingTracked Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Telecom.CallExceptionErrorCode enum directly instead of this field.

L’opération a échoué, car Telecom a déjà supprimé l’appel côté serveur et détruit tous les objets associés à celui-ci.

[Android.Runtime.Register("CODE_CALL_IS_NOT_BEING_TRACKED", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallExceptionErrorCode enum directly instead of this field.", true)]
public const Android.Telecom.CallExceptionErrorCode CodeCallIsNotBeingTracked = 3;
[<Android.Runtime.Register("CODE_CALL_IS_NOT_BEING_TRACKED", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallExceptionErrorCode enum directly instead of this field.", true)>]
val mutable CodeCallIsNotBeingTracked : Android.Telecom.CallExceptionErrorCode

Valeur de champ

Value = 3

Implémente

Attributs

Remarques

L’opération a échoué, car Telecom a déjà supprimé l’appel côté serveur et détruit tous les objets associés à celui-ci. Le client doit rajouter l’appel.

Java documentation pour android.telecom.CallException.CODE_CALL_IS_NOT_BEING_TRACKED.

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

S’applique à