Implementing Custom UI for IMA video ads
Open
enhancement
- Dominant language
- Java
- Stars
- 21.9k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Hello is there a way to do this: https://developers.google.com/interactive-media-ads/docs/sdks/android/client-side/custom-ui
Basically tell AdsRenderingSettings to disableUI?
``` java
AdsRenderingSettings settings = mSdkFactory.createAdsRenderingSettings();
settings.setDisableUi(true);
mAdsManager.init(settings);
```
We are planning to customize the controls for the IMA ads container so we want to disable the default ad container of the IMA SDK
Thank you
Contributor guide
Assessment
This issue has not been assessed yet.