|
Chat Android SDK
4.2.9
|
| ▼Ncom | |
| ▼Ntwilio | |
| ▼Nchat | |
| CCallbackListener | Listener interface for a generic listener object |
| ▼CChannel | Container for channel object |
| CChannelStatus | Represents the various states of the user with respect to the channel |
| CChannelType | Represents the channel's visibility |
| CNotificationLevel | User's notification level on a channel |
| CSynchronizationStatus | Indicates synchronization status for channel |
| CUpdateReason | Indicates reason for channel update |
| CChannelDescriptor | Contains channel information |
| CChannelListener | Listener interface to report channel operations such as member join/leave and messages add/delete/update |
| ▼CChannels | Provides access to channels collection, allows to create new channels |
| CChannelBuilder | Helper to create new channel with provided data |
| CSortCriterion | Sorting criterion for channel query operation |
| CSortOrder | Sorting order for channel query operation |
| ▼CChatClient | Chat client - main entry point for the Chat SDK |
| CConnectionState | Represents underlying twilsock connection state |
| CLogLevel | Log level constants for passing to setLogLevel |
| ▼CProperties | Properties for client initialization configuration |
| CBuilder | Builder class for client properties |
| CSynchronizationStatus | Represents client initialization status |
| CChatClientListener | This interface defines ChatClient callback methods |
| CErrorInfo | Representation of a Chat Error object |
| CListenerException | ListenerException is thrown when exception occurred in app code that implements one of the Twilio Chat SDK listeners, i.e in implementation of ChatClientListener, ChannelListener, StatusListener, CallbackListener, ProgressListener etc |
| ▼CMember | Representation of a Channel Member object |
| CType | Member type |
| CUpdateReason | Indicates reason for member info update |
| CMembers | Provides access to channel members and allows to add/remove members |
| ▼CMessage | Representation of a Chat Message object |
| CMedia | Media object describes downloadable media inside chat message with type Message.Type.MEDIA |
| COptions | Used to construct new message before sending |
| CType | Represents the type of message |
| CUpdateReason | Indicates reason for message update |
| CMessages | Representation of a Chat channel's message list |
| ▼CNotificationPayload | Helper accessor for notification data payload bundle as received from Twilio Notifications |
| CType | Represents payload type |
| CPaginator | Class for paginating over items retrieved using Channels.getPublicChannelsList(), Channels.getUserChannelsList() or Users.getChannelUserDescriptors() |
| CProgressListener | Listener interface for media progress reporting |
| CStatusListener | Interface for a generic listener object |
| ▼CUser | User info object |
| CUpdateReason | Indicates reason for user info update |
| CUserDescriptor | Contains user information |
| CUsers | Provides access to users and allows to manipulate user information |