QueryLocationException.ErrorPreviousRequestExists Field

Definition

Caution

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

The operation was rejected due to an existing request.

[Android.Runtime.Register("ERROR_PREVIOUS_REQUEST_EXISTS", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.QueryLocationErrorReason enum directly instead of this field.", true)]
public const Android.Telecom.QueryLocationErrorReason ErrorPreviousRequestExists = 2;
[<Android.Runtime.Register("ERROR_PREVIOUS_REQUEST_EXISTS", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.QueryLocationErrorReason enum directly instead of this field.", true)>]
val mutable ErrorPreviousRequestExists : Android.Telecom.QueryLocationErrorReason

Field Value

Value = 2

Implements

Attributes

Remarks

The operation was rejected due to an existing request.

Java documentation for android.telecom.QueryLocationException.ERROR_PREVIOUS_REQUEST_EXISTS.

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