InAppMessagingDisplayTriggerType
enum InAppMessagingDisplayTriggerType : Int, @unchecked Sendable
Represents how an in-app message should be triggered to appear. This enum is unavailable on macOS, macOS Catalyst, and watchOS.
-
Triggered on app foreground.
Declaration
Swift
case onAppForeground = 0
-
Triggered from an analytics event being fired.
Declaration
Swift
case onAnalyticsEvent = 1