#import <ABKInAppMessageWebViewBridge.h>
Instance Methods | |
| (instancetype) | - initWithWebView:inAppMessage:appboyInstance: |
Properties | |
| id < ABKInAppMessageWebViewBridgeDelegate > | delegate |
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
| - (instancetype) initWithWebView: | (WKWebView *) | webView | |
| inAppMessage: | (ABKInAppMessageHTML *) | inAppMessage | |
| appboyInstance: | (Appboy *) | appboy | |
Initialize an instance of ABKInAppMessageWebViewBridge
| webView | The WKWebView in which the bridge needs to be setup |
| inAppMessage | The InAppMessage being displayed |
| appboy | The Appboy instance |
|
readwritenonatomicweak |
The delegate instance
1.8.3.1