agora_chat_SDK 1.0.6
agora java chat SDK
Public Attributes | List of all members
io.agora.chat.ChatThreadEvent.TYPE Enum Reference

Public Attributes

 UNKNOWN
 
 CREATE
 
 UPDATE
 
 DELETE
 
 UPDATE_MSG
 

Member Data Documentation

◆ CREATE

io.agora.chat.ChatThreadEvent.TYPE.CREATE

The message thread is created.

◆ DELETE

io.agora.chat.ChatThreadEvent.TYPE.DELETE

The message thread is destroyed.

◆ UNKNOWN

io.agora.chat.ChatThreadEvent.TYPE.UNKNOWN

The unknown type of message thread event.

◆ UPDATE

io.agora.chat.ChatThreadEvent.TYPE.UPDATE

The message thread is updated.

◆ UPDATE_MSG

io.agora.chat.ChatThreadEvent.TYPE.UPDATE_MSG

One or more messages in the message thread are updated.


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