Android.Locations.LocationManager.RemoveProximityAlert Method
Removes the proximity alert with the given PendingIntent.

Syntax

[Android.Runtime.Register("removeProximityAlert", "(Landroid/app/PendingIntent;)V", "GetRemoveProximityAlert_Landroid_app_PendingIntent_Handler")]
public virtual void RemoveProximityAlert (Android.App.PendingIntent intent)

Parameters

intent
the PendingIntent that no longer needs to be notified of proximity alerts

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif intent is null
Java.Lang.SecurityExceptionif NoType:android/Manifest$permission;Href=../../../reference/android/Manifest.permission.html#ACCESS_FINE_LOCATION permission is not present

Remarks

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1