ApplicationStartInfo.StartupState Property

Definition

Current state of startup.

public Android.App.ApplicationStartInfoStartupState StartupState { [Android.Runtime.Register("getStartupState", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getStartupState", "()I", "", ApiSince=35)>]
member this.StartupState : Android.App.ApplicationStartInfoStartupState

Property Value

Attributes

Remarks

Current state of startup.

Can be used to determine whether the object will have additional fields added as it may be queried before all data is collected.

Note: field will always be set and available.

Java documentation for android.app.ApplicationStartInfo.getStartupState().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to