ActivityManager.RunningAppProcessInfo.ImportanceGone Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Achtung
This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.
Konstante für #importance: Dieser Prozess ist nicht vorhanden.
[Android.Runtime.Register("IMPORTANCE_GONE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)]
public const Android.App.Importance ImportanceGone = 1000;
[<Android.Runtime.Register("IMPORTANCE_GONE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Importance enum directly instead of this field.", true)>]
val mutable ImportanceGone : Android.App.Importance
Feldwert
Value = 1000Implementiert
- Attribute
Hinweise
Konstante für #importance: Dieser Prozess ist nicht vorhanden.
Java Dokumentation für android.app.ActivityManager.RunningAppProcessInfo.IMPORTANCE_GONE.
Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.