Web Ad
Integration from Android Native side
Before showing the ad on the web view, we need to setup the WebAd object. The WebAd object can help intowow SDK interact with the web view.
1. Initialize WebAd
Init the WebAd Object and register the object to the web view.
2. Check shouldInterceptRequest in WebViewClient
Override the shouldInterceptRequest and pass the intowow related url to intowow SDK. Our SDK will return the WebResourceResponse back to the WebView to insert the ad source.
3. Destroy WebAd if you no longer need to use it
Please destroy the instance when you no longer need to use it.
Integration from Web side
Last updated