Chat SDK for Android v1.2.1
agora java chat SDK
Public Attributes | List of all members
io.agora.chat.ChatStatisticsManager.SearchMessageType Enum Reference

Public Attributes

 TXT =(0)
 
 IMAGE =(1)
 
 VIDEO =(2)
 
 LOCATION =(3)
 
 VOICE =(4)
 
 FILE =(5)
 
 CMD =(6)
 
 CUSTOM =(7)
 
 ALL =(100)
 

Detailed Description

The message types for querying.

Member Data Documentation

◆ ALL

io.agora.chat.ChatStatisticsManager.SearchMessageType.ALL =(100)

All message types.

◆ CMD

io.agora.chat.ChatStatisticsManager.SearchMessageType.CMD =(6)

Command message.

◆ CUSTOM

io.agora.chat.ChatStatisticsManager.SearchMessageType.CUSTOM =(7)

Custom message.

◆ FILE

io.agora.chat.ChatStatisticsManager.SearchMessageType.FILE =(5)

File message.

◆ IMAGE

io.agora.chat.ChatStatisticsManager.SearchMessageType.IMAGE =(1)

Image message.

◆ LOCATION

io.agora.chat.ChatStatisticsManager.SearchMessageType.LOCATION =(3)

Location message.

◆ TXT

io.agora.chat.ChatStatisticsManager.SearchMessageType.TXT =(0)

Text message.

◆ VIDEO

io.agora.chat.ChatStatisticsManager.SearchMessageType.VIDEO =(2)

Video message.

◆ VOICE

io.agora.chat.ChatStatisticsManager.SearchMessageType.VOICE =(4)

Voice message.


The documentation for this enum was generated from the following file: