VideoPlayerControllerListener

This is SDK internal listener for Video ad adapter.

Functions

Link copied to clipboard
open fun onAdClicked()
open fun onAdClicked(@Nullable clickEventTrackers: List<NonProgressEventTracker>, clickThrough: String)
Called when the current controller has clicked.
Link copied to clipboard
abstract fun onAdCompleted()
광고가 완료되었을 때.
Link copied to clipboard
abstract fun onAdLoaded()
광고 load 완료, ACK_IMPRESSION 호출.
Link copied to clipboard
abstract fun onAdPaused()
광고가 Paused 되었을 때.
Link copied to clipboard
abstract fun onAdRequestedToStart()
광고 재생이 요청됐을 때.
Link copied to clipboard
abstract fun onAdResumed()
광고가 Resumed 되었을 때.
Link copied to clipboard
abstract fun onAdSkipped()
광고가 Skipped 되었을 때.
Link copied to clipboard
abstract fun onAdStarted()
광고 영상 시작, RENDERED_IMPRESSION 호출.
Link copied to clipboard
abstract fun onAdViewableImpression()
광고 영상 시작 2초 재생, VIEWABLE_IMPRESSION 호출.
Link copied to clipboard
abstract fun onError(error: GfpError)
에러 발생시.