Share via


CallException.CodeCallIsNotBeingTracked 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 because Telecom has already removed the call from the server side and destroyed all the objects associated with it.

[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

Field Value

Value = 3

Implements

Attributes

Remarks

The operation has failed because Telecom has already removed the call from the server side and destroyed all the objects associated with it. The client should re-add the call.

Java documentation for android.telecom.CallException.CODE_CALL_IS_NOT_BEING_TRACKED.

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