Class POBOpenWrapJSBridge
-
- All Implemented Interfaces:
public final class POBOpenWrapJSBridgeBridge class to communicate to openwrapsdk.js injected inside a webview
-
-
Constructor Summary
Constructors Constructor Description POBOpenWrapJSBridge(POBWebView webView)
-
Method Summary
Modifier and Type Method Description final UnitrequestCTAOverlayData(Function1<JSONObject, Unit> callback)Method used to get the CTA Overlay Data from the openwrapsdk. -
-
Method Detail
-
requestCTAOverlayData
final Unit requestCTAOverlayData(Function1<JSONObject, Unit> callback)
Method used to get the CTA Overlay Data from the openwrapsdk.js
- Returns:
CTA Overlay Data
-
-
-
-