UAInAppMessageButtonInfoBehaviorType
Objective-C
enum UAInAppMessageButtonInfoBehaviorType : NSInteger {}
Swift
enum InAppMessageButtonInfoBehaviorType : Int, @unchecked Sendable
Button behavior.
-
Dismiss behavior
Declaration
Objective-C
UAInAppMessageButtonInfoBehaviorDismiss
Swift
case dismiss = 0
-
Cancel behavior
Declaration
Objective-C
UAInAppMessageButtonInfoBehaviorCancel
Swift
case cancel = 1