AppOpsManager.StopWatchingActive Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Arrêtez de surveiller les modifications apportées à l’état actif d’une application.op.
[Android.Runtime.Register("stopWatchingActive", "(Landroid/app/AppOpsManager$OnOpActiveChangedListener;)V", "GetStopWatchingActive_Landroid_app_AppOpsManager_OnOpActiveChangedListener_Handler", ApiSince=30)]
public virtual void StopWatchingActive(Android.App.AppOpsManager.IOnOpActiveChangedListener callback);
[<Android.Runtime.Register("stopWatchingActive", "(Landroid/app/AppOpsManager$OnOpActiveChangedListener;)V", "GetStopWatchingActive_Landroid_app_AppOpsManager_OnOpActiveChangedListener_Handler", ApiSince=30)>]
abstract member StopWatchingActive : Android.App.AppOpsManager.IOnOpActiveChangedListener -> unit
override this.StopWatchingActive : Android.App.AppOpsManager.IOnOpActiveChangedListener -> unit
Paramètres
AppOpsManager.OnOpActiveChangedListener : cette valeur ne peut pas être null.
- Attributs
Remarques
Arrêtez de surveiller les modifications apportées à l’état actif d’une application.op. Une application-op peut être longue et elle a un démarrage clair et des délimiteurs d’arrêt. L’annulation de l’inscription d’un rappel non inscrit n’a aucun effet.
Voir aussi :
Référence Android pour android.app.AppOpsManager.stopWatchingActive.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.