UAInAppMessageBannerPlacementType
Objective-C
enum UAInAppMessageBannerPlacementType : NSInteger {}
Swift
enum InAppMessageBannerPlacementType : Int, @unchecked Sendable
Banner placement.
-
Banner placement top
Declaration
Objective-C
UAInAppMessageBannerPlacementTop
Swift
case top = 0
-
Banner placement bottom
Declaration
Objective-C
UAInAppMessageBannerPlacementBottom
Swift
case bottom = 1