BehaviorEvent
public enum BehaviorEvent : String
Enum of possible events describing app usage.
-
Used to log when a screen (i.e., view controller) is displayed.
Declaration
Swift
case viewDisplayed
-
Used to log when the user interacts with on-screen elements within a view controller.
Declaration
Swift
case userInteraction