Package 

Enum MediaRating

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

    
    public enum MediaRating
    extends Enum<MediaRating>
                        

    The media ratings used in describing content based on the IQG 2.1 categorization. Refer to www.iab.com/guidelines/digital-video-suite for more information.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      MATURE

      Mature Audiences

      OVER_12

      Everyone Over 12

      ALL

      All Audiences

    • Method Summary

      Modifier and Type Method Description
      final Integer getValue()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

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