Android.Hardware.Location.GeofenceHardwareCallback: Method Members

The methods of Android.Hardware.Location.GeofenceHardwareCallback are listed below. For a list of all members, see the GeofenceHardwareCallback Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

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.