Package com.naver.ads.video
Interface VideoAdEvent.VideoAdEventListener
-
- All Implemented Interfaces:
public interface VideoAdEvent.VideoAdEventListenerListener interface for VideoAdEvent
-
-
Method Summary
Modifier and Type Method Description abstract UnitonVideoAdEvent(VideoAdEvent event)Called when the respond to an occurrence of an VideoAdEvent. -
-
Method Detail
-
onVideoAdEvent
abstract Unit onVideoAdEvent(VideoAdEvent event)
Called when the respond to an occurrence of an VideoAdEvent.
-
-
-
-