Package 

Enum AdAsset.AdType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum AdAsset.AdType
    
                        

    The ad types

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      UNKNOWN

      Used when none other option is matched.

      PREROLL

      Represents an ad to be played before the content.

      MIDROLL

      Represents an ad to be played during the content by interrupting it.

      POSTROLL

      Represents an ad to be played after the content.

    • Method Summary

      Modifier and Type Method Description
      static Array<AdAsset.AdType> values()
      static AdAsset.AdType valueOf(String name)
      • Methods inherited from class java.lang.Object

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