Freigeben über


ActivityManager.RunningAppProcessInfo.ReasonUnknown Feld

Definition

Achtung

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

Konstante für #importanceReasonCode: Aus diesem Grund wurde nichts Besonderes angegeben.

[Android.Runtime.Register("REASON_UNKNOWN")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.ImportanceReason enum directly instead of this field.", true)]
public const Android.App.ImportanceReason ReasonUnknown = 0;
[<Android.Runtime.Register("REASON_UNKNOWN")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.ImportanceReason enum directly instead of this field.", true)>]
val mutable ReasonUnknown : Android.App.ImportanceReason

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Konstante für #importanceReasonCode: Aus diesem Grund wurde nichts Besonderes angegeben.

Java-Dokumentation für android.app.ActivityManager.RunningAppProcessInfo.REASON_UNKNOWN.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: