Share via


CallException.CodeOperationTimedOut 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 the operation failed to complete before the timeout

[Android.Runtime.Register("CODE_OPERATION_TIMED_OUT", 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 CodeOperationTimedOut = 6;
[<Android.Runtime.Register("CODE_OPERATION_TIMED_OUT", 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 CodeOperationTimedOut : Android.Telecom.CallExceptionErrorCode

Field Value

Value = 6

Implements

Attributes

Remarks

The operation has failed because the operation failed to complete before the timeout

Java documentation for android.telecom.CallException.CODE_OPERATION_TIMED_OUT.

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