UAInAppMessageFullScreenAdapter
Objective-C
@interface UAInAppMessageFullScreenAdapter
: NSObject <UAInAppMessageAdapterProtocol>
Swift
class InAppMessageFullScreenAdapter : NSObject, InAppMessageAdapterProtocol
Full screen in-app message display adapter.
-
Full screen in-app message display style.
Declaration
Objective-C
@property (nonatomic, strong, nullable) UAInAppMessageFullScreenStyle *style;
Swift
var style: InAppMessageFullScreenStyle? { get set }