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

SxAdOverlayContainer

open class SxAdOverlayContainer : 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

progressVisible

var progressVisible: Boolean

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

fun release(): Unit