Enum Class NEMenuVisibility

java.lang.Object
java.lang.Enum<NEMenuVisibility>
com.netease.yunxin.kit.meeting.sdk.menu.NEMenuVisibility
所有已实现的接口:
Serializable, Comparable<NEMenuVisibility>, Constable

public enum NEMenuVisibility extends Enum<NEMenuVisibility>
菜单项可见性枚举值
  • 枚举常量详细资料

    • VISIBLE_ALWAYS

      public static final NEMenuVisibility VISIBLE_ALWAYS
      始终可见
    • VISIBLE_EXCLUDE_HOST

      public static final NEMenuVisibility VISIBLE_EXCLUDE_HOST
      主持人不可见
    • VISIBLE_TO_HOST_ONLY

      public static final NEMenuVisibility VISIBLE_TO_HOST_ONLY
      仅主持人可见
    • VISIBLE_EXCLUDE_ROOM_SYSTEM_DEVICE

      public static final NEMenuVisibility VISIBLE_EXCLUDE_ROOM_SYSTEM_DEVICE
      SIP/H323不可见
    • VISIBLE_TO_OWNER_ONLY

      public static final NEMenuVisibility VISIBLE_TO_OWNER_ONLY
      仅对会议创建者可见
    • VISIBLE_TO_HOST_EXCLUDE_CO_HOST

      public static final NEMenuVisibility VISIBLE_TO_HOST_EXCLUDE_CO_HOST
      仅对会议主持人可见,联席主持人不可见
  • 方法详细资料

    • values

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

      public static NEMenuVisibility 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.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值