Udostępnij za pośrednictwem


ActivityState Enum

Definition

A state of an Android Activity.

public enum ActivityState
Inheritance
System.Enum
ActivityState

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

Applies to