val container = exoplayer_view.overlayFrameLayout
container!!.apply {
addView(adUiContainer)
addView(controls as View)
addView(playerSettingsMenu as View)
}
Unfortunately when "Learn More" is about to appear I got crash. Is this even possible?
Thanks in advance!
Hi Krzysztof,
Thank you for reaching out to us. However, it seems like the issue that you're facing is more likely in the ExoPlayer implementation rather than the IMA SDK itself. With this, I would recommend posting your inquiry to the ExoPlayer github issue page to have further assistance from the ExoPlayer support team regarding your concern.
Regards,
Sherwin Diesta
IMA SDK Team
Hi Krzysztof,
Thanks for getting back to us. I believe this is an intended behavior. The Ad display container intercepts click events while an ad is playing, as the SDK handles the ad UI container and the video ad player.
I would really recommend that you reach out to the ExoPlayer github page as they are more capable of giving support on any ExoPlayer IMA extension related concerns.