Package com.zego.zegoliveroom.constants
Class ZegoIM.MessageCategory
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoIM.MessageCategory
-
- Enclosing class:
- ZegoIM
public static final class ZegoIM.MessageCategory extends java.lang.Object
消息分类.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Chat
聊天.static int
Gift
礼物.static int
Like
点赞.static int
OtherCategory
其它.static int
System
系统.
-
Constructor Summary
Constructors Constructor Description MessageCategory()
-
-
-
Field Detail
-
Chat
public static final int Chat
聊天.- See Also:
- Constant Field Values
-
System
public static final int System
系统.- See Also:
- Constant Field Values
-
Like
public static final int Like
点赞.- See Also:
- Constant Field Values
-
Gift
public static final int Gift
礼物.- See Also:
- Constant Field Values
-
OtherCategory
public static final int OtherCategory
其它.- See Also:
- Constant Field Values
-
-