NERoomChatMessageType

@objc
public enum NERoomChatMessageType : UInt

房间聊天室消息类型

  • 文本类型消息

    Declaration

    Swift

    case text = 0
  • 图片类型消息

    Declaration

    Swift

    case image = 1
  • 通知类型消息

    Declaration

    Swift

    case notification = 5
  • 文件类型消息

    Declaration

    Swift

    case file = 6
  • 自定义类型消息

    Declaration

    Swift

    case custom = 100