googleads-mobile-android-mediation
googleads-mobile-android-mediation copied to clipboard
Native Ad video pause and play
Is there a possible way to pause and play the native ad video?
While integrating I found there is a VideoController object which lets you control the video but for the mediation Adapter, there is no way to set this controller.
The current situation is that If I integrate with InMobi and if I check videoController.isCustomControlsEnabled() then it always returns false. When I was checking the Adapter I couldn't find any method to set such controls.
Also the MediationNativeAdapter has onPause and onResume. I can't find any way to trigger these methods.
So the basic question is how the third party adapters can handle the video play pause?
@rajsuvariya videoController.isCustomControlsEnabled() is only supported by AdManager, adapters will not handle video play and pause.
Okay, so it there any way that for mediation adapters, the publisher can call the play and pause the video?
any updates? the same question