uiElements property

Set<AdUIElement>? get uiElements

The ad UI elements to be rendered by the IMA SDK.

Some modifications to the uiElements list may have no effect for specific ads.

If null, the platform will decide the default value.

Implementation

Set<AdUIElement>? get uiElements => platform.params.uiElements;