Share via


CallException.CodeCannotHoldCurrentActiveCall Field

Definition

Caution

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

The operation has failed due to Telecom failing to hold the current active call for the call attempting to become the new active call.

[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

Field Value

Value = 2

Implements

Attributes

Remarks

The operation has failed due to Telecom failing to hold the current active call for the call attempting to become the new active call. The client should end the current active call and re-try the failed operation.

Java documentation for android.telecom.CallException.CODE_CANNOT_HOLD_CURRENT_ACTIVE_CALL.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to