VideoController.VideoLifecycleCallbacks

abstract class VideoController.VideoLifecycleCallbacks


동영상 광고 수명 주기 이벤트에 관한 업데이트를 수신하는 콜백입니다.

요약

공개 생성자

공개 함수

Unit

동영상 재생이 완료되면 호출됩니다.

Unit
onVideoMute(isMuted: Boolean)

동영상의 음소거 상태가 변경될 때 호출됩니다.

Unit

동영상 재생이 일시중지될 때 호출됩니다.

Unit

동영상 재생이 진행 중일 때 호출됩니다.

Unit

동영상 재생이 처음 시작될 때 호출됩니다.

공개 생성자

VideoLifecycleCallbacks

VideoLifecycleCallbacks()

공개 함수

onVideoEnd

fun onVideoEnd(): Unit

동영상 재생이 완료되면 호출됩니다.

onVideoMute

fun onVideoMute(isMuted: Boolean): Unit

동영상의 음소거 상태가 변경될 때 호출됩니다.

onVideoPause

fun onVideoPause(): Unit

동영상 재생이 일시중지될 때 호출됩니다.

onVideoPlay

fun onVideoPlay(): Unit

동영상 재생이 진행 중일 때 호출됩니다.

onVideoStart

fun onVideoStart(): Unit

동영상 재생이 처음 시작될 때 호출됩니다.