Enum Class TriggerType

java.lang.Object
java.lang.Enum<TriggerType>
com.banuba.sdk.scene.TriggerType
All Implemented Interfaces:
Serializable, Comparable<TriggerType>, Constable

public enum TriggerType extends Enum<TriggerType>
  • Enum Constant Details

    • LEFT_EYE_STATUS

      public static final TriggerType LEFT_EYE_STATUS
    • RIGHT_EYE_STATUS

      public static final TriggerType RIGHT_EYE_STATUS
    • SMILE_STATUS

      public static final TriggerType SMILE_STATUS
    • MOUTH_STATUS

      public static final TriggerType MOUTH_STATUS
    • BROWS_RAISED_STATUS

      public static final TriggerType BROWS_RAISED_STATUS
    • BROWS_SHIFTED_STATUS

      public static final TriggerType BROWS_SHIFTED_STATUS
    • GLASSES_STATUS

      public static final TriggerType GLASSES_STATUS
  • Method Details

    • values

      public static TriggerType[] 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 TriggerType 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