Android.Hardware.Location.GeofenceHardware.GetStatusOfMonitoringType Method
Returns current status of a hardware geofence monitoring system.

Syntax

[Android.Runtime.Register("getStatusOfMonitoringType", "(I)I", "")]
public int GetStatusOfMonitoringType ([Android.Runtime.GeneratedEnum] GeofenceMonitoringType monitoringType)

Parameters

monitoringType
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns current status of a hardware geofence monitoring system.

Status can be one of GeofenceHardware.MonitorCurrentlyAvailable, GeofenceHardware.MonitorCurrentlyUnavailable or GeofenceHardware.MonitorUnsupported

Some supported hardware monitoring systems might not be available for monitoring geofences in certain scenarios. For example, when a user enters a building, the GPS hardware subsystem might not be able monitor geofences and will change from GeofenceHardware.MonitorCurrentlyAvailable to GeofenceHardware.MonitorCurrentlyUnavailable.

[Android Documentation]

Requirements

Namespace: Android.Hardware.Location
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 18