Condividi tramite


CallException.CodeCallNotPermittedAtPresentTime Campo

Definizione

Attenzione

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

L'operazione non è riuscita perché non è stato registrato PhoneAccount con Telecom per l'operazione specificata oppure è stato raggiunto il limite di chiamate.

[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

Valore del campo

Value = 5

Implementazioni

Attributi

Commenti

L'operazione non è riuscita perché non è stato registrato PhoneAccount con Telecom per l'operazione specificata oppure è stato raggiunto il limite di chiamate. Il client deve terminare la chiamata attiva corrente e riprovare l'operazione non riuscita.

Documentazione java per android.telecom.CallException.CODE_CALL_NOT_PERMITTED_AT_PRESENT_TIME.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a