LifecycleEvent Enumeration Reference
public enum LifecycleEvent : String, CaseIterable, Codable, DataInputConvertible
The types of lifecycle events that can be tracked.
-
App launch event.
Declaration
Swift
case launch -
App wake (foreground) event.
Declaration
Swift
case wake -
App sleep (background) event.
Declaration
Swift
case sleep -
Declaration
Swift
public func toDataInput() -> any DataInput