ActivityState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A state of an Android Activity.
public enum ActivityState
- Inheritance
-
System.EnumActivityState
Fields
Name | Value | Description |
---|---|---|
Created | 0 | An Activity is in the OnCreate state |
Resumed | 1 | An Activity is in the OnResumed state |
Paused | 2 | An Activity is in the OnPaused state |
Destroyed | 3 | An Activity is in the OnDestroyed state |
SaveInstanceState | 4 | An Activity is in the SaveInstanceState state |
Started | 5 | An Activity is in the OnStarted state |
Stopped | 6 | An Activity is in the OnStopped state |