Interface | Description |
---|---|
MessagingException |
Describes the error that occurs when developer call methods in
ChatroomManager . |
Class | Description |
---|---|
AggregatedData | |
ChatMetadata |
ChatMetadata provides the meta data that you can get from a chatroom. |
ChatroomInfo |
Contains information about a chatroom.
|
ChatroomManager |
ChatroomManager is used to manage a chatroom or a message board. |
ChatroomManager.ChatroomConfig |
Configuration for
ChatroomManager . |
ChatroomManager.ChatroomConfig.Builder |
Builder for
ChatroomManager.ChatroomConfig |
Message |
Provides necessary information of a message in a chatroom.
|
Message.Builder |
Builder of
Message |
RawData |
Call
sendRawData(RawData) then everyone will receive
in onRawDataAdded(RawData) later |
RawData.Builder |
Builder class for building the raw data for
ChatroomManager.sendRawData(RawData) |
Sticker |
Available sticker in a chatroom.
|
User |
Provides necessary information of a person in a chatroom.
|
Enum | Description |
---|---|
ChatMode |
Describes the mode that which type of users can send message in this chatroom.
|
ChatroomState |
Describes the chatroom connection state.
|
Role |
Role means a user's status in a chatroom.
|
Exception | Description |
---|---|
MessagingException.BannedWordException |
The message you sent contains banned word(s), please see document
for more information.
|
MessagingException.ChatroomNameNotFoundException |
This occurs when developer is trying to connect to a chatroom that doesn't exist.
|
MessagingException.InternalException |
Internal error occurs.
|
MessagingException.NetworkException |
Couldn't connect to server.
|
MessagingException.NotFoundException |
Target resource couldn't be found.
|
MessagingException.PermissionException |
This task is not permitted by server since what you want to do is not allowed or the identity
of the user has no permission to execute the task.
|
MessagingException.RequestRejectedException |
This occurs when developer is trying to invoke a method with wrong parameter causing
IllegalArgumentException or when chat room is in wrong ChatroomState
causing IllegalStateException . |
MessagingException.ServerException |
An error occurs on server side.
|
MessagingException.TooManyRequestsException |
Too many requests in specified time period, please try later.
|
MessagingException.UnauthorizedException |
The user is unauthorized.
|
MessagingException.UserNotFoundException |
The user doesn't exist.
|