Enum Class UiGroup

java.lang.Object
java.lang.Enum<UiGroup>
com.jwplayer.pub.api.UiGroup
All Implemented Interfaces:
Serializable, Comparable<UiGroup>, Constable

public enum UiGroup extends Enum<UiGroup>
An public enum that acts as an ID for each group of controls
  • Enum Constant Details

    • OVERLAY

      public static final UiGroup OVERLAY
    • CONTROLBAR

      public static final UiGroup CONTROLBAR
    • CENTER_CONTROLS

      public static final UiGroup CENTER_CONTROLS
    • NEXT_UP

      public static final UiGroup NEXT_UP
    • ERROR

      public static final UiGroup ERROR
    • PLAYLIST

      public static final UiGroup PLAYLIST
    • SETTINGS_MENU

      public static final UiGroup SETTINGS_MENU
    • SETTINGS_QUALITY_SUBMENU

      public static final UiGroup SETTINGS_QUALITY_SUBMENU
    • SETTINGS_CAPTIONS_SUBMENU

      public static final UiGroup SETTINGS_CAPTIONS_SUBMENU
    • SETTINGS_PLAYBACK_SUBMENU

      public static final UiGroup SETTINGS_PLAYBACK_SUBMENU
    • SETTINGS_AUDIOTRACKS_SUBMENU

      public static final UiGroup SETTINGS_AUDIOTRACKS_SUBMENU
    • PLAYER_CONTROLS_CONTAINER

      public static final UiGroup PLAYER_CONTROLS_CONTAINER
    • CASTING_MENU

      public static final UiGroup CASTING_MENU
    • SIDE_SEEK

      public static final UiGroup SIDE_SEEK
    • CHAPTERS

      public static final UiGroup CHAPTERS
    • ADS_CONTROL

      public static final UiGroup ADS_CONTROL
    • LOGO_VIEW

      public static final UiGroup LOGO_VIEW
  • Method Details

    • values

      public static UiGroup[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UiGroup valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null