GnssMeasurementsEvent.Callback.StatusNotAllowed Field

Definition

The client is not allowed to register for GNSS Measurements in general or in the requested mode.

[Android.Runtime.Register("STATUS_NOT_ALLOWED", ApiSince=28)]
public const Android.Locations.GnssMeasurementCallbackStatus StatusNotAllowed = 3;
[<Android.Runtime.Register("STATUS_NOT_ALLOWED", ApiSince=28)>]
val mutable StatusNotAllowed : Android.Locations.GnssMeasurementCallbackStatus

Field Value

Value = 3
Attributes

Remarks

The client is not allowed to register for GNSS Measurements in general or in the requested mode.

Such a status is returned when a client tries to request a functionality from the GNSS chipset while another client has an ongoing request that does not allow such functionality to be performed.

If such a status is received, one would try again at a later time point where no other client is having a conflicting request.

This member is deprecated. Do not use.

Java documentation for android.location.GnssMeasurementsEvent.Callback.STATUS_NOT_ALLOWED.

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