toggle menu
library-core
8.1.0
androidJvm
switch theme
search in API
library-core
/
com.naver.gfpsdk.mediation
/
AdVideoPlayer
/
PlayerCallback
Player
Callback
interface
PlayerCallback
Interface for alerting caller of major video events.
Members
Functions
on
Completed
Link copied to clipboard
open
fun
onCompleted
(
)
Called when the current video has completed playback to the end of the video.
on
Error
Link copied to clipboard
open
fun
onError
(
)
Called when an adError occurs during video playback.
on
Pause
Link copied to clipboard
open
fun
onPause
(
)
Called when the current video pauses playback.
on
Play
Link copied to clipboard
open
fun
onPlay
(
)
Called when the current video starts playing from the beginning.
on
Resume
Link copied to clipboard
open
fun
onResume
(
)
Called when the current video resumes playing from a paused state.