- monitoringType
- Type of the monitor
- callback
- Callback that will be called.
Documentation for this section has not yet been entered.
Unregister the callback that was used with GeofenceHardware.RegisterForMonitorStateChangeCallback(GeofenceMonitoringType, Android.Hardware.Location.GeofenceHardwareMonitorCallback) to notify when the state of the hardware geofence monitoring system changes.
Requires Android.Manifest.Permission.AccessFineLocation permission when GeofenceHardware.MonitoringTypeGpsHardware is used.
Requires Android.Manifest.Permission.LocationHardware permission to access geofencing in hardware.
This API should not be called directly by the app developers. A higher level api which abstracts the hardware should be used instead. All the checks are done by the higher level public API. Any needed locking should be handled by the higher level API.