Braze iOS SDK
Documentation for the Braze iOS SDK
 All Classes Functions Properties
Properties | List of all members
ABKInAppMessageHTMLBaseViewController Class Reference

Properties

WKWebView * webView
 
IBOutlet NSLayoutConstraint * topConstraint
 
IBOutlet NSLayoutConstraint * bottomConstraint
 
BOOL automaticBodyClicksEnabled
 
- Properties inherited from ABKInAppMessageViewController
ABKInAppMessageinAppMessage
 
IBOutlet UIImageView * iconImageView
 
IBOutlet UILabel * iconLabelView
 
IBOutlet UILabel * inAppMessageMessageLabel
 
BOOL isiPad
 

Additional Inherited Members

- Instance Methods inherited from ABKInAppMessageViewController
(instancetype) - initWithInAppMessage:
 
(void) - hideInAppMessage:
 
(void) - beforeMoveInAppMessageViewOffScreen
 
(void) - moveInAppMessageViewOffScreen
 
(void) - beforeMoveInAppMessageViewOnScreen
 
(void) - moveInAppMessageViewOnScreen
 
(BOOL) - applyImageToImageView:
 
(BOOL) - applyIconToLabelView:
 

Property Documentation

- (BOOL) automaticBodyClicksEnabled
readnonatomicassign

The flag specifying if body clicks should be registered automatically. Defaults to NO.

- (IBOutlet NSLayoutConstraint*) topConstraint
readwritenonatomicweak

The constraints for top and bottom between view and the super view.

- (WKWebView*) webView
readwritenonatomicassign

The WKWebView used to parse and display the HTML.