Display SDK
7.25.0
androidJvm
Display SDK
/
com.smartadserver.android.library.ui
/
SASAdView
/
NativeVideoStateListener
Native
Video
State
Listener
interface
NativeVideoStateListener
Listener that is notified when the video is prepared and completed.
Members
Functions
on
Video
Completed
Link copied to clipboard
abstract
fun
onVideoCompleted
(
@
NonNull
exoPlayer
:
ExoPlayer
)
Called when the video is completed.
on
Video
Prepared
Link copied to clipboard
abstract
fun
onVideoPrepared
(
@
NonNull
exoPlayer
:
ExoPlayer
)
Called when the video is prepared.