Interface ResolvedCreative

  • All Implemented Interfaces:
    android.os.Parcelable , com.naver.ads.video.player.ClickTrackingProvider , com.naver.ads.video.player.TrackingProvider

    
    public interface ResolvedCreative
     implements ClickTrackingProvider, Parcelable
                        

    Represents a generic resolved Creative. It's used as a parent object for more specific ResolvedCreative implementation.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • 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 String getId() the id used to identify the ad server that provides the creative.
      abstract String getAdId() the ad id used to provide the ad server's unique identifier for the creative.
      abstract Integer getSequence() a number representing the numerical order in which each sequenced creative within an ad should play.
      abstract String getApiFramework() the api framework that identifies an API that is needed to execute the creative.
      abstract List<UniversalAdId> getUniversalAdIds() the list of all universal ad IDs for this ad.
      abstract List<Extension> getCreativeExtensions() the list used that might be needed for ad execution.
      abstract List<Tracking> getTrackingEvents() the list used to track that a specified event occurs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getId

         abstract String getId()

        the id used to identify the ad server that provides the creative.

      • getAdId

         abstract String getAdId()

        the ad id used to provide the ad server's unique identifier for the creative.

      • getSequence

         abstract Integer getSequence()

        a number representing the numerical order in which each sequenced creative within an ad should play.

      • getApiFramework

         abstract String getApiFramework()

        the api framework that identifies an API that is needed to execute the creative.