Login
Welcome
Login

Video playback management

To keep a better control over the video playback during the ad experience, you can use our VideoPlaybackListener.

This listener have the following methods:

override fun onVideoPlay() {
    // called when the ad start or if it was resumed after a pause
}
override fun onVideoPause() {
    // fired when the ad is paused for example if the app is not visible anymore
}
override fun onVideoComplete() {
    // called when the ad reach the end
}

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.