Android.Hardware.Location.GeofenceHardwareCallback Members

The members of Android.Hardware.Location.GeofenceHardwareCallback are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.