lib / tv.smartclip.smartclientandroid.lib.smartcorefacade / SxAdSlotDelegate / load

load

open suspend fun load(url: String, autoPlay: Boolean, disableSeeking: Boolean): Unit

Is called when a play video clip should be displayed. Do not forget to call super method when overriding this.

Parameters

url - Url to the video clip

autoPlay - true is the video clip should start immediately after it has finished loading

disableSeeking - true if the user should not be able to seek the video clip. false otherwise (seekbar or something similar should be displayed)