Web View Ad format helps you to insert the ad into the web view without latency. User can see varies kinds of ads in web view.
Characteristics
Zero latency loading in web view.
Support image and video.
Video is mute by default, and can be toggled by clicking it.
Integration
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.
Please see the web side for further integration detail.