Hi Team
We are using Exo player IMA extension for rendering video ads. We dont use exo player controls and render our own webview on top of player. We have to part this webview as friendly to support viewability.
To do that, we tried two things -
Screenshot is attached that telling which all views are returned by getAdOverlayInfo.
2. we have tried marking our app's webview friendly via displayContainer.registerFriendlyObstruction(overlayObstruction) too. we are doing this at the time of `Ad_LOADED` event is fired. This is done as per this article -
still we are seeing that OMSDK firing geometry change event with 0 value of percentageInView. we verified it via running its test script.
Questions-
1. what we are not doing correctly in approach 1
2. as per article 2, it was mentioned there `Any other views not related to video controls must not be registered.` what kind of views is this talking about. can a webview be marked as friendly ?
Requesting the team to futher guide us please.