Android.Hardware.Location.GeofenceHardwareCallback.OnGeofenceRemove Method
The callback called to notify the success or failure of the remove call.

Syntax

[Android.Runtime.Register("onGeofenceRemove", "(II)V", "GetOnGeofenceRemove_IIHandler")]
public virtual void OnGeofenceRemove (int geofenceId, [Android.Runtime.GeneratedEnum] GeofenceMonitorStatus status)

Parameters

geofenceId
The ID of the geofence.
status
One of GeofenceHardware.GeofenceSuccess, GeofenceHardware.GeofenceErrorIdUnknown, GeofenceHardware.GeofenceFailure

Remarks

The callback called to notify the success or failure of the remove call.

[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