Interface VideoAdEvent

  • All Implemented Interfaces:

    
    public interface VideoAdEvent
    
                        

    Event to notify publisher that an event occurred with an SelectedAd

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract SelectedAd getAd() the ad with which this event is associated.
      abstract VideoAdEventType getType() the type of event that occurred.
      abstract Map<String, String> getAdData() a map containing any extra ad data for the event, if needed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait