public interface
UiElement
Describes an element of the ad UI, to be requested or rendered by the SDK.
Field Summary
public static final UiElement | AD_ATTRIBUTION | The ad attribution UI element, for example, "Ad". |
public static final UiElement | COUNTDOWN | Ad attribution is required for a countdown timer to be displayed. |
Public Method Summary
abstract String |
getName()
Returns the name of this UI element.
|
Fields
public static final UiElement AD_ATTRIBUTION
The ad attribution UI element, for example, "Ad".
public static final UiElement COUNTDOWN
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 Methods
public abstract String getName ()
Returns the name of this UI element.