LocationManager.RemoveProximityAlert(PendingIntent) メソッド

定義

指定された PendingIntent を使用して近接アラートを削除します。

[Android.Runtime.Register("removeProximityAlert", "(Landroid/app/PendingIntent;)V", "GetRemoveProximityAlert_Landroid_app_PendingIntent_Handler")]
public virtual void RemoveProximityAlert (Android.App.PendingIntent intent);
[<Android.Runtime.Register("removeProximityAlert", "(Landroid/app/PendingIntent;)V", "GetRemoveProximityAlert_Landroid_app_PendingIntent_Handler")>]
abstract member RemoveProximityAlert : Android.App.PendingIntent -> unit
override this.RemoveProximityAlert : Android.App.PendingIntent -> unit

パラメーター

intent
PendingIntent

近接アラートを通知する必要がなくなった PendingIntent

属性

例外

意図が null の場合

アクセス許可が存在しない場合AccessFineLocation

注釈

android.location.LocationManager.removeProximityAlert(android.app.PendingIntent)Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象