GeofenceHardwareMonitorCallback.OnMonitoringSystemChange(GeofenceMonitoringType, Boolean, Location) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The callback called when the state of a monitoring system changes.
[Android.Runtime.Register("onMonitoringSystemChange", "(IZLandroid/location/Location;)V", "GetOnMonitoringSystemChange_IZLandroid_location_Location_Handler")]
public virtual void OnMonitoringSystemChange (Android.Hardware.Location.GeofenceMonitoringType monitoringType, bool available, Android.Locations.Location? location);
[<Android.Runtime.Register("onMonitoringSystemChange", "(IZLandroid/location/Location;)V", "GetOnMonitoringSystemChange_IZLandroid_location_Location_Handler")>]
abstract member OnMonitoringSystemChange : Android.Hardware.Location.GeofenceMonitoringType * bool * Android.Locations.Location -> unit
override this.OnMonitoringSystemChange : Android.Hardware.Location.GeofenceMonitoringType * bool * Android.Locations.Location -> unit
Parameters
- monitoringType
- GeofenceMonitoringType
The type of the monitoring system.
- available
- Boolean
Indicates whether the system is currently available or not.
- location
- Location
The last known location according to the monitoring system.
- Attributes
Remarks
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.