lib / tv.smartclip.smartclientandroid.lib.smartcorefacade / SxAdOverlayContainer

SxAdOverlayContainer

open class SxAdOverlayContainer : Releasable, IKoinDi

Helper class to manage the player overlay.

Constructors

<init>

Helper class to manage the player overlay.

SxAdOverlayContainer(koinDi: IKoinDi)

Properties

isVisible

var isVisible: Boolean

muteButton

var muteButton: ImageView?

progressBar

val progressBar: ProgressBar

repeatButton

var repeatButton: ImageView?

repeatButtonVisible

var repeatButtonVisible: Boolean

root

val root: ConstraintLayout

skipButton

var skipButton: Button?

skipVisible

var skipVisible: Boolean

title

var title: TextView?

unMuteButton

var unMuteButton: ImageView?

Functions

release

Removes all external class references. Has to be called when the implementing class is not needed anymore.

open fun release(): Unit