GeofenceHardware.GeofenceErrorInvalidTransition Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceError enum directly instead of this field.

The constant used to indicate that the transition requested for the geofence is invalid.

[Android.Runtime.Register("GEOFENCE_ERROR_INVALID_TRANSITION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceError enum directly instead of this field.", true)]
public const Android.Hardware.Location.GeofenceError GeofenceErrorInvalidTransition = 4;
[<Android.Runtime.Register("GEOFENCE_ERROR_INVALID_TRANSITION")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Location.GeofenceError enum directly instead of this field.", true)>]
val mutable GeofenceErrorInvalidTransition : Android.Hardware.Location.GeofenceError

Field Value

Value = 4
Attributes

Remarks

The constant used to indicate that the transition requested for the geofence is invalid.

Java documentation for android.hardware.location.GeofenceHardware.GEOFENCE_ERROR_INVALID_TRANSITION.

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