Interface InteractiveCreativeFile

  • All Implemented Interfaces:
    android.os.Parcelable

    
    public interface InteractiveCreativeFile
     implements Parcelable
                        

    Represents a parsed <InteractiveCreativeFile> element.

    • 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 getType() identifies the MIME type of the file provided.
      abstract String getApiFramework() identifies the API needed to execute the resource file if applicable.
      abstract Boolean getVariableDuration() identifies whether the ad always drops when the duration is reached, or if it can potentially extend the duration by pausing the underlying video or delaying the adStopped call after adVideoComplete.
      abstract String getUri() the uri to a file providing creative functions for the media file.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • getType

         abstract String getType()

        identifies the MIME type of the file provided.

      • getApiFramework

         abstract String getApiFramework()

        identifies the API needed to execute the resource file if applicable.

      • getVariableDuration

         abstract Boolean getVariableDuration()

        identifies whether the ad always drops when the duration is reached, or if it can potentially extend the duration by pausing the underlying video or delaying the adStopped call after adVideoComplete.

      • getUri

         abstract String getUri()

        the uri to a file providing creative functions for the media file.