Chat SDK for Android v1.2.1
agora java chat SDK
|
Public Attributes | |
TXT =(0) | |
IMAGE =(1) | |
VIDEO =(2) | |
LOCATION =(3) | |
VOICE =(4) | |
FILE =(5) | |
CMD =(6) | |
CUSTOM =(7) | |
ALL =(100) | |
The message types for querying.
io.agora.chat.ChatStatisticsManager.SearchMessageType.ALL =(100) |
All message types.
io.agora.chat.ChatStatisticsManager.SearchMessageType.CMD =(6) |
Command message.
io.agora.chat.ChatStatisticsManager.SearchMessageType.CUSTOM =(7) |
Custom message.
io.agora.chat.ChatStatisticsManager.SearchMessageType.FILE =(5) |
File message.
io.agora.chat.ChatStatisticsManager.SearchMessageType.IMAGE =(1) |
Image message.
io.agora.chat.ChatStatisticsManager.SearchMessageType.LOCATION =(3) |
Location message.
io.agora.chat.ChatStatisticsManager.SearchMessageType.TXT =(0) |
Text message.
io.agora.chat.ChatStatisticsManager.SearchMessageType.VIDEO =(2) |
Video message.
io.agora.chat.ChatStatisticsManager.SearchMessageType.VOICE =(4) |
Voice message.