Event
public enum Event
Encapsulates changes to the runtime state of the app.
-
The app has entered the active state.
Declaration
Swift
case didBecomeActive -
The app has entered the background state.
Declaration
Swift
case didEnterBackground -
The app has finished launching.
Declaration
Swift
case didFinishLaunching([AnyHashable : Any]?) -
The app is about to leave the background state.
Declaration
Swift
case willEnterForeground -
The app is about to leave the active state.
Declaration
Swift
case willResignActive -
The app is about to terminate.
Declaration
Swift
case willTerminate
View on GitHub
Install in Dash
Event Enumeration Reference