Hi,
Data :
SDK : Android, v3.8.7
Tag: sample tags from IMA
(Scenario : I have added a mediaplayer between two
paragraphs of an article. So depending on length of first paragraph, the
video may not be in viewable area)
We are rendering our direct sold inventory via IMA sdk. But as soon as AdsManager.init() is called, media is loaded and video autoplay starts.
I want to break this into two. Just load the media and call play only when my mediaplayer is on screen.
I am using an exoplayer for custom playback. But not allowing the player to play ad initially is causing ALL_ADS_COMPLETE to trigger in sometime.
Please suggest a solution.
Thanks