CallException.CodeCallNotPermittedAtPresentTime Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 il n’y a pas de PhoneAccount inscrit auprès de Telecom pour l’opération donnée, ou la limite des appels a été atteinte.
[Android.Runtime.Register("CODE_CALL_NOT_PERMITTED_AT_PRESENT_TIME", 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 CodeCallNotPermittedAtPresentTime = 5;
[<Android.Runtime.Register("CODE_CALL_NOT_PERMITTED_AT_PRESENT_TIME", 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 CodeCallNotPermittedAtPresentTime : Android.Telecom.CallExceptionErrorCode
Valeur de champ
Value = 5Implémente
- Attributs
Remarques
L’opération a échoué, car il n’y a pas de PhoneAccount inscrit auprès de Telecom pour l’opération donnée, ou la limite des appels a été atteinte. Le client doit mettre fin à l’appel actif actuel et réessayer l’opération ayant échoué.
Documentation Java pour android.telecom.CallException.CODE_CALL_NOT_PERMITTED_AT_PRESENT_TIME
.
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.