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

#import <ABKInAppMessageWebViewBridge.h>

Instance Methods

(instancetype) - initWithWebView:inAppMessage:appboyInstance:
 

Properties

id
< ABKInAppMessageWebViewBridgeDelegate
delegate
 

Detailed Description

The webview bridge The bridge is automatically setup on initialization and destroyed on dealloc. The bridge needs to be retained to stay enabled. Keep a strong instance of the bridge in a property to do so

Method Documentation

- (instancetype) initWithWebView: (WKWebView *)  webView
inAppMessage: (ABKInAppMessageHTML *)  inAppMessage
appboyInstance: (Appboy *)  appboy 

Initialize an instance of ABKInAppMessageWebViewBridge

Parameters
webViewThe WKWebView in which the bridge needs to be setup
inAppMessageThe InAppMessage being displayed
appboyThe Appboy instance

Property Documentation

- (id<ABKInAppMessageWebViewBridgeDelegate>) delegate
readwritenonatomicweak

The delegate instance