InAppMessagingDismissType
enum InAppMessagingDismissType : Int, @unchecked Sendable
The way that an in-app message was dismissed. This enum is unavailable on macOS, macOS Catalyst, and watchOS.
-
Message was swiped away (only valid for banner messages).
Declaration
Swift
case typeUserSwipe = 0
-
The user tapped a button to close this message.
Declaration
Swift
case typeUserTapClose = 1
-
The message was automatically dismissed (only valid for banner messages).
Declaration
Swift
case typeAuto = 2
-
Dismiss method unknown.
Declaration
Swift
case unspecified = 3