ApplicationStartInfo.StartupStateStarted Feld

Definition

Achtung

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

Status, der angibt, dass der Prozessstart gestartet wurde.

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

Feldwert

Value = 0

Implementiert

Attribute

Hinweise

Status, der angibt, dass der Prozessstart gestartet wurde. Einige Informationen sind in ApplicationStartInfo verfügbar, und es werden weitere Informationen hinzugefügt.

Android-Referenz für android.app.ApplicationStartInfo.STARTUP_STATE_STARTED.

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.

Gilt für: