UiElement

public interface UiElement


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

Summary

Constants

default static final UiElement

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

default static final UiElement

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

Public methods

abstract String

Returns the name of this UI element.

Constants

AD_ATTRIBUTION

default static final UiElement AD_ATTRIBUTION

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

COUNTDOWN

default 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

getName

abstract String getName()

Returns the name of this UI element.