See: Description
| Interface | Description |
|---|---|
| RealTimeNotificationCallback |
Functional interface of realtime notification callback
|
| Class | Description |
|---|---|
| AddChatParticipantsResult |
Result of the add chat participants operation.
|
| ChatError |
The Chat Services error.
|
| ChatEvent |
The base class of chat events
|
| ChatEventType |
Defines values for chat event type.
|
| ChatMessage |
The ChatMessage model.
|
| ChatMessageContent |
Content of a chat message.
|
| ChatMessageDeletedEvent |
Event for a deleted chat message.
|
| ChatMessageEditedEvent |
Event for a edited chat message.
|
| ChatMessageReadReceipt |
The ChatMessageReadReceipt model.
|
| ChatMessageReceivedEvent |
Event for a received chat message.
|
| ChatMessageType |
Defines values for ChatMessageType.
|
| ChatParticipant |
The ChatParticipant model.
|
| ChatPushNotification |
The chat push notification payload from FCM.
|
| ChatThreadCreatedEvent |
Event for a created chat thread.
|
| ChatThreadDeletedEvent |
Event for an updated chat thread.
|
| ChatThreadEvent |
Chat thread event
|
| ChatThreadItem |
Summary information of a chat thread.
|
| ChatThreadProperties |
The ChatThreadProperties model.
|
| ChatThreadPropertiesUpdatedEvent |
Event for an updated chat thread.
|
| ChatUserEvent |
Base class for chat event
|
| CreateChatThreadOptions |
The CreateChatThreadOptions model.
|
| CreateChatThreadResult |
The CreateChatThreadResult model.
|
| ListChatMessagesOptions |
Additional parameters for chat messages operation.
|
| ListChatThreadsOptions |
Additional parameters for chat threads operation.
|
| ListParticipantsOptions |
Additional parameters for list participants operation.
|
| ListReadReceiptOptions |
Additional parameters for list read receipts operation.
|
| ParticipantsAddedEvent |
Event for participants added to a chat thread.
|
| ParticipantsRemovedEvent |
Event for a participant added to a chat thread.
|
| ReadReceiptReceivedEvent |
Event for a received read receipt.
|
| SendChatMessageOptions |
Details of the message to send.
|
| SendChatMessageResult |
Result of the send message operation.
|
| TypingIndicatorReceivedEvent |
Event for a received typing indicator when a chat participant is typing.
|
| TypingNotificationOptions |
Request payload for typing notifications.
|
| UpdateChatMessageOptions |
Request payload for updating a chat message.
|
| UpdateChatThreadOptions |
Request payload for updating a chat thread.
|
| Exception | Description |
|---|---|
| ChatErrorResponseException |
Exception thrown on chat specific errors
|
| InvalidParticipantException |
Exception when a participant cannot be added to a chat thread
|