Package com.naver.ads.video
Interface VideoAdEvent
-
- All Implemented Interfaces:
public interface VideoAdEventEvent to notify publisher that an event occurred with an SelectedAd
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceVideoAdEvent.VideoAdEventListenerListener interface for VideoAdEvent
-
Method Summary
Modifier and Type Method Description abstract SelectedAdgetAd()the ad with which this event is associated. abstract VideoAdEventTypegetType()the type of event that occurred. abstract Map<String, String>getAdData()a map containing any extra ad data for the event, if needed. -
-
Method Detail
-
getAd
abstract SelectedAd getAd()
the ad with which this event is associated.
-
getType
abstract VideoAdEventType getType()
the type of event that occurred.
-
-
-
-