UiElement

interface UiElement


Describes an element of the ad UI, to be requested or rendered by the SDK.

Summary

Constants

const UiElement!

The ad attribution UI element, for example, "Ad".

const UiElement!

Ad attribution is required for a countdown timer to be displayed.

Public functions

String!

Returns the name of this UI element.

Constants

AD_ATTRIBUTION

const val AD_ATTRIBUTIONUiElement!

The ad attribution UI element, for example, "Ad".

COUNTDOWN

const val COUNTDOWNUiElement!

Ad attribution is required for a countdown timer to be displayed. Both UiElements.COUNTDOWN and UiElements.AD_ATTRIBUTION must be present in AdsRenderingSettings.setUiElements.

Public functions

getName

fun getName(): String!

Returns the name of this UI element.