google / google/ExoPlayer

Implementing Custom UI for IMA video ads

Open
#9,504 5 comments 4 reactions 1 assignee Claimed by @tonihei View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.