#import <ABKInAppMessageWebViewBridge.h>
Instance Methods | |
| (void) | - webViewBridge:receivedClickAction: |
| (void) | - closeMessageWithWebViewBridge: |
Methods for managing bridge related actions
| - (void) closeMessageWithWebViewBridge: | (ABKInAppMessageWebViewBridge *) | webViewBridge |
Tells the delegate that a close message action was received
| webViewBridge | The bridge informing the delegate |
| - (void) webViewBridge: | (ABKInAppMessageWebViewBridge *) | webViewBridge | |
| receivedClickAction: | (ABKInAppMessageClickActionType) | clickAction | |
Tells the delegate that the bridge has received a click action to execute
| webViewBridge | The bridge informing the delegate |
| clickAction | The clickAction performed |
1.8.3.1