GeofenceHardware.GeofenceSuccess Field

Definition

Caution

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

The constant used to indicate success of the particular geofence call

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

Field Value

Value = 0
Attributes

Remarks

The constant used to indicate success of the particular geofence call

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

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