SendApplicationState
public enum SendApplicationState : String
States
- active: hits are send only when the application is active
- activeOrInactive: hits are send when the application is active or inactive
- all: hits are send when the application is in every state
-
Undocumented
Declaration
Swift
case activeOnly = "activeOnly" -
Undocumented
Declaration
Swift
case activeOrInactive = "activeOrInactive" -
Undocumented
Declaration
Swift
case all = "all"
SendApplicationState Enumeration Reference