UALegacyInAppMessagePosition
Objective-C
enum UALegacyInAppMessagePosition : NSInteger {}
Swift
enum LegacyInAppMessagePosition : Int, @unchecked Sendable
Enumeration of in-app message screen positions.
-
The top of the screen.
Declaration
Objective-C
UALegacyInAppMessagePositionTop
Swift
case top = 0
-
The bottom of the screen.
Declaration
Objective-C
UALegacyInAppMessagePositionBottom
Swift
case bottom = 1