ActivityState Enum

Definition

A state of an Android Activity.

public enum ActivityState
Inheritance
System.Enum
ActivityState

Fields

Created 0

An Activity is in the OnCreate state

Destroyed 3

An Activity is in the OnDestroyed state

Paused 2

An Activity is in the OnPaused state

Resumed 1

An Activity is in the OnResumed 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

Applies to