Package com.zego.zegoliveroom.constants
Class ZegoIM.MessageType
- java.lang.Object
-
- com.zego.zegoliveroom.constants.ZegoIM.MessageType
-
- Enclosing class:
- ZegoIM
public static final class ZegoIM.MessageType extends java.lang.Object
消息类型.
-
-
Constructor Summary
Constructors Constructor Description MessageType()
-
-
-
Field Detail
-
Text
public static final int Text
文本.- See Also:
- Constant Field Values
-
Picture
public static final int Picture
图片.- See Also:
- Constant Field Values
-
File
public static final int File
文件.- See Also:
- Constant Field Values
-
OtherType
public static final int OtherType
其它.- See Also:
- Constant Field Values
-
-