Langue

AppOpsManager.WatchForegroundChanges Champ

Définition

Attention

This constant will be removed in the future version. Use Android.App.WatchForeground enum directly instead of this field.

Indicateur pour startWatchingMode(String,String,int,OnOpChangedListener) : obtient également des rapports si l’état de premier plan de l’interface utilisateur d’une opération change.

[Android.Runtime.Register("WATCH_FOREGROUND_CHANGES", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.WatchForeground enum directly instead of this field.", true)]
public const Android.App.WatchForeground WatchForegroundChanges = 1;
[<Android.Runtime.Register("WATCH_FOREGROUND_CHANGES", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.WatchForeground enum directly instead of this field.", true)>]
val mutable WatchForegroundChanges : Android.App.WatchForeground

Valeur de champ

Value = 1
Attributs

Remarques

Indicateur pour startWatchingMode(String,String,int,OnOpChangedListener) : obtient également des rapports si l’état de premier plan de l’interface utilisateur d’une opération change. Cela fonctionne uniquement lors de l’observation d’une opération particulière, et non lors de l’observation d’un package.

Référence Android pour android.app.AppOpsManager.WATCH_FOREGROUND_CHANGES.

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.

S’applique à