Enum Class MsgTypeEnum

java.lang.Object
java.lang.Enum<MsgTypeEnum>
com.mikuac.shiro.enums.MsgTypeEnum
All Implemented Interfaces:
Serializable, Comparable<MsgTypeEnum>, Constable

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

    • at

      public static final MsgTypeEnum at
      at 某人
    • text

      public static final MsgTypeEnum text
      文本类型
    • face

      public static final MsgTypeEnum face
      表情
    • record

      public static final MsgTypeEnum record
      语音
    • video

      public static final MsgTypeEnum video
      短视频
    • rps

      public static final MsgTypeEnum rps
      猜拳魔法表情
    • dice

      public static final MsgTypeEnum dice
      掷骰子魔法表情
    • shake

      public static final MsgTypeEnum shake
      窗口抖动(戳一戳)
    • anonymous

      public static final MsgTypeEnum anonymous
      匿名发消息
    • share

      public static final MsgTypeEnum share
      链接分享
    • contact

      public static final MsgTypeEnum contact
      推荐好友/群
    • location

      public static final MsgTypeEnum location
      位置
    • music

      public static final MsgTypeEnum music
      音乐分享
    • image

      public static final MsgTypeEnum image
      图片
    • reply

      public static final MsgTypeEnum reply
      回复
    • redbag

      public static final MsgTypeEnum redbag
      红包
    • poke

      public static final MsgTypeEnum poke
      戳一戳
    • gift

      public static final MsgTypeEnum gift
      礼物
    • forward

      public static final MsgTypeEnum forward
      合并转发
    • node

      public static final MsgTypeEnum node
      合并转发消息节点
    • xml

      public static final MsgTypeEnum xml
      XML 消息
    • json

      public static final MsgTypeEnum json
      JSON 消息
    • cardimage

      public static final MsgTypeEnum cardimage
      一种 XML 的图片消息
    • tts

      public static final MsgTypeEnum tts
      文本转语音
  • Method Details

    • values

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