CallException.CodeCannotHoldCurrentActiveCall 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 a causa del mancato blocco della chiamata attiva corrente per la chiamata che tenta di diventare la nuova chiamata attiva.

[Android.Runtime.Register("CODE_CANNOT_HOLD_CURRENT_ACTIVE_CALL", 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 CodeCannotHoldCurrentActiveCall = 2;
[<Android.Runtime.Register("CODE_CANNOT_HOLD_CURRENT_ACTIVE_CALL", 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 CodeCannotHoldCurrentActiveCall : Android.Telecom.CallExceptionErrorCode

Valore del campo

Value = 2

Implementazioni

Attributi

Commenti

L'operazione non è riuscita a causa del mancato blocco della chiamata attiva corrente per la chiamata che tenta di diventare la nuova chiamata attiva. Il client deve terminare la chiamata attiva corrente e riprovare l'operazione non riuscita.

per android.telecom.CallException.CODE_CANNOT_HOLD_CURRENT_ACTIVE_CALL.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a