Interface | Description |
---|---|
ChannelListener |
Interface to report channel operations such as member join/leave and add/delete/update messages.
|
Constants | |
Constants.InitListener | Deprecated
As of release 0.9.0, this interface should no longer be used.
|
IPMessagingClientListener |
This interface defines IPMessagingClient callback methods.
|
Class | Description |
---|---|
Channel |
Container for channel object.
|
Channels | |
Constants.CallbackListener<T> |
Interface for a generic listener object.
|
Constants.CreateChannelListener |
Interface for the listener object to pass to while creating Channel
|
Constants.StatusListener |
Interface for a generic listener object.
|
ErrorInfo |
Representation of an IP Messaging Error object.
|
IPMessagingClient | |
IPMessagingClient.Properties |
Properties for client initialization configuration
|
IPMessagingClient.Properties.Builder |
Builder class for client properties
|
Member |
Representation of an IP Messaging Member object.
|
Members | |
Message |
Representation of an IP Messaging Message object.
|
Messages |
Representation of an IP Messaging channel's message list.
|
TwilioIPMessagingSDK | Deprecated
As of release 0.9.0, replaced by
IPMessagingClient#create(Context,AccessManager,IPMessagingClient.Properties,Constants.CallbackListener |
UserInfo |
User info object
|
Enum | Description |
---|---|
Channel.ChannelStatus |
The Channel.ChannelStatus enum represents the various states of the member with respect to
this channel.
|
Channel.ChannelType |
Enumeration indicating the channel's visibility.
|
Channel.SynchronizationStatus |
Enumeration indicating synchronization status for channel
|
IPMessagingClient.SynchronizationStatus |
Enum representing client initialization status
|
IPMessagingClient.SynchronizationStrategy |
Enum representing client synchronization strategies
|