Enum Class Stage.PublishState

java.lang.Object
java.lang.Enum<Stage.PublishState>
com.amazonaws.ivs.broadcast.Stage.PublishState
All Implemented Interfaces:
Serializable, Comparable<Stage.PublishState>, Constable
Enclosing class:
Stage

public static enum Stage.PublishState extends Enum<Stage.PublishState>
The various potential publish states for a participant
  • Enum Constant Details

    • NOT_PUBLISHED

      public static final Stage.PublishState NOT_PUBLISHED
      The participant is not publishing and not attempting to publish
    • ATTEMPTING_PUBLISH

      public static final Stage.PublishState ATTEMPTING_PUBLISH
      The participant is attempting to publish
    • PUBLISHED

      public static final Stage.PublishState PUBLISHED
      The participant is publishing
  • Method Details

    • values

      public static Stage.PublishState[] 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 Stage.PublishState 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