ios.state
Deprecatedenumas of v1.44.0
The iOS lifecycle states are defined in the UIApplicationDelegate documentation, and from which the OS terminology column values are derived.
Values (5)
activeThe app has becomeactive. Associated with UIKit notificationapplicationDidBecomeActive.inactiveThe app is nowinactive. Associated with UIKit notificationapplicationWillResignActive.backgroundThe app is now in the background. This value is associated with UIKit notificationapplicationDidEnterBackground.foregroundThe app is now in the foreground. This value is associated with UIKit notificationapplicationWillEnterForeground.terminateThe app is about to terminate. Associated with UIKit notificationapplicationWillTerminate.
History
- v1.37.0renamed
Renamed to
ios.app.state. Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).