The members of Android.Hardware.Location.GeofenceHardwareCallback are listed below.
See Also: Inherited members from Java.Lang.Object
| A constructor used when creating managed representations of JNI objects; called by the runtime. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
OnGeofenceAdd(int, GeofenceMonitorStatus)The callback called to notify the success or failure of the add call. | ||
OnGeofencePause(int, GeofenceMonitorStatus)The callback called to notify the success or failure of the pause call. | ||
OnGeofenceRemove(int, GeofenceMonitorStatus)The callback called to notify the success or failure of the remove call. | ||
OnGeofenceResume(int, GeofenceMonitorStatus)The callback called to notify the success or failure of the resume call. | ||
OnGeofenceTransition(int, GeofenceTransition, Android.Locations.Location, long, int)The callback called when there is a transition to report for the specific geofence. | ||