AppOpsManager.StopWatchingMode(AppOpsManager+IOnOpChangedListener) Method

Definition

Stop monitoring that was previously started with #startWatchingMode.

[Android.Runtime.Register("stopWatchingMode", "(Landroid/app/AppOpsManager$OnOpChangedListener;)V", "GetStopWatchingMode_Landroid_app_AppOpsManager_OnOpChangedListener_Handler")]
public virtual void StopWatchingMode (Android.App.AppOpsManager.IOnOpChangedListener callback);
[<Android.Runtime.Register("stopWatchingMode", "(Landroid/app/AppOpsManager$OnOpChangedListener;)V", "GetStopWatchingMode_Landroid_app_AppOpsManager_OnOpChangedListener_Handler")>]
abstract member StopWatchingMode : Android.App.AppOpsManager.IOnOpChangedListener -> unit
override this.StopWatchingMode : Android.App.AppOpsManager.IOnOpChangedListener -> unit

Parameters

Attributes

Remarks

Java documentation for android.app.AppOpsManager.stopWatchingMode(android.app.OnOpChangedListener).

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.

Applies to