- getAttributes() - Method in interface com.twilio.ipmessaging.Channel
-
Custom attributes associated with the Channel.
- getAttributes() - Method in interface com.twilio.ipmessaging.UserInfo
-
Custom attributes associated with the user info.
- getAuthor() - Method in interface com.twilio.ipmessaging.Message
-
The global identity of the author of this message.
- getChannel(String) - Method in interface com.twilio.ipmessaging.Channels
-
Retrieves a channel with the specified id.
- getChannelByUniqueName(String) - Method in interface com.twilio.ipmessaging.Channels
-
Retrieves a channel with the unique name.
- getChannels() - Method in interface com.twilio.ipmessaging.Channels
-
Request a list of all channels loaded so far.
- getChannels() - Method in interface com.twilio.ipmessaging.TwilioIPMessagingClient
-
List of channels available to the TwilioIPMessagingClient.
- getChannelSid() - Method in interface com.twilio.ipmessaging.Message
-
Returns the Channel Sid of the channel this message belongs to.
- getErrorCode() - Method in interface com.twilio.ipmessaging.ErrorInfo
-
Returns unique code for given error
- getErrorText() - Method in interface com.twilio.ipmessaging.ErrorInfo
-
Returns error message of given error
- getFriendlyName() - Method in interface com.twilio.ipmessaging.Channel
-
Method that returns the friendlyName of the channel.
- getFriendlyName() - Method in interface com.twilio.ipmessaging.UserInfo
-
Method that returns the friendlyName of the user info.
- getIdentity() - Method in interface com.twilio.ipmessaging.Member
-
- getIdentity() - Method in interface com.twilio.ipmessaging.TwilioIPMessagingClient
-
- getIdentity() - Method in interface com.twilio.ipmessaging.UserInfo
-
Returns the identity of the user.
- getInitialMessageCount() - Method in class com.twilio.ipmessaging.TwilioIPMessagingClient.Properties
-
Get count of initial messages to load on channel synchronization
- getLastConsumedMessageIndex() - Method in interface com.twilio.ipmessaging.Member
-
Return members last consumed message index for this channel
- getLastConsumedMessageIndex() - Method in interface com.twilio.ipmessaging.Messages
-
Return user last consumed message index for the channel
- getLastConsumptionTimestamp() - Method in interface com.twilio.ipmessaging.Member
-
Return members last consumed message timestamp for this channel
- getLastMessages(int, Constants.CallbackListener<List<Message>>) - Method in interface com.twilio.ipmessaging.Messages
-
Load last messages in chat
- getListener() - Method in interface com.twilio.ipmessaging.Channel
-
Method to retrieve ChannelListener for this Channel.
- getListener() - Method in interface com.twilio.ipmessaging.TwilioIPMessagingClient
-
Method to retrieve listener for this TwilioIPMessagingClient.
- getMembers() - Method in interface com.twilio.ipmessaging.Channel
-
Method to get the channel members.
- getMembers() - Method in interface com.twilio.ipmessaging.Members
-
Obtain an array of members of this channel.
- getMessageBody() - Method in interface com.twilio.ipmessaging.Message
-
The body for this message.
- getMessageIndex() - Method in interface com.twilio.ipmessaging.Message
-
Returns the index number for this message.
- getMessages() - Method in interface com.twilio.ipmessaging.Channel
-
Method to get messages.
- getMessages() - Method in interface com.twilio.ipmessaging.Messages
-
- getMessagesAfter(int, int, Constants.CallbackListener<List<Message>>) - Method in interface com.twilio.ipmessaging.Messages
-
Load messages after given index
- getMessagesBefore(int, int, Constants.CallbackListener<List<Message>>) - Method in interface com.twilio.ipmessaging.Messages
-
Load messages before given index
- getMyUserInfo() - Method in interface com.twilio.ipmessaging.TwilioIPMessagingClient
-
Get user info object for current user
- getProperties() - Method in interface com.twilio.ipmessaging.TwilioIPMessagingClient
-
Get properties for current client
- getSid() - Method in interface com.twilio.ipmessaging.Channel
-
Method that returns the unique identifier for this channel.
- getSid() - Method in interface com.twilio.ipmessaging.Member
-
Returns unique identifier of a member on a channel.
- getSid() - Method in interface com.twilio.ipmessaging.Message
-
Returns the identifier for this message.
- getStatus() - Method in interface com.twilio.ipmessaging.Channel
-
Returns the current user's status on this channel.
- getSynchronizationStatus() - Method in interface com.twilio.ipmessaging.Channel
-
Get the current synchronization status for channel
- getSynchronizationStrategy() - Method in class com.twilio.ipmessaging.TwilioIPMessagingClient.Properties
-
Get client synchronization strategy
- getTimeStamp() - Method in interface com.twilio.ipmessaging.Message
-
The last updated timestamp for this message.
- getType() - Method in interface com.twilio.ipmessaging.Channel
-
Method to get the channel type.
- getUniqueName() - Method in interface com.twilio.ipmessaging.Channel
-
Method that returns the unique Name of the channel.
- getUserInfo() - Method in interface com.twilio.ipmessaging.Member
-
Return user info for current member
- getVersion() - Static method in class com.twilio.ipmessaging.TwilioIPMessagingSDK
-
Returns the version of the TwilioIPMessagingSDK.
- onAttributesChange(Map<String, String>) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when channel attributes have changed.
- onChannelAdd(Channel) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when the current user adds a channel to their list of channels.
- onChannelChange(Channel) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when one the channel of the current user is changed.
- onChannelDelete(Channel) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when one of the channel of the current user is deleted.
- onChannelSynchronizationChange(Channel) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when channel synchronization status changed.
- onClientSynchronization(TwilioIPMessagingClient.SynchronizationStatus) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when client synchronization status changes
- onCreated(Channel) - Method in class com.twilio.ipmessaging.Constants.CreateChannelListener
-
Callback to report when Channel is successfully created.
- onError(ErrorInfo) - Method in class com.twilio.ipmessaging.Constants.CallbackListener
-
Callback to report errorInfo status of an asynchronous call to the back end.
- onError() - Method in class com.twilio.ipmessaging.Constants.CreateChannelListener
-
- onError(ErrorInfo) - Method in class com.twilio.ipmessaging.Constants.CreateChannelListener
-
Callback to report errorInfo when creating channel
- onError(Exception) - Method in interface com.twilio.ipmessaging.Constants.InitListener
-
Deprecated.
Called if there is an error initializing the TwilioRTD Client SDK.
- onError() - Method in class com.twilio.ipmessaging.Constants.StatusListener
-
- onError(ErrorInfo) - Method in class com.twilio.ipmessaging.Constants.StatusListener
-
Callback to report errorInfo status of an asynchronous call to the back end.
- onError(ErrorInfo) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when an errorInfo condition occurs.
- onInitialized() - Method in interface com.twilio.ipmessaging.Constants.InitListener
-
Deprecated.
Callback to report when TwilioRTD Client SDK has been successfully
initialized.
- onMemberChange(Member) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when a Member is changed in the channel the current user is subscribed to.
- onMemberDelete(Member) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when a Member is deleted from the channel the current user is subscribed to.
- onMemberJoin(Member) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when a Member is added to the channel the current user is subscribed to.
- onMessageAdd(Message) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when a Message is added to the channel the current user is subscribed to.
- onMessageChange(Message) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when a Message is changed for the channel the current user is subscribed to.
- onMessageDelete(Message) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when a Message is deleted from the channel the current user is subscribed to.
- onSuccess(T) - Method in class com.twilio.ipmessaging.Constants.CallbackListener
-
Callback to report success status of an asynchronous call to the back end.
- onSuccess() - Method in class com.twilio.ipmessaging.Constants.StatusListener
-
Callback to report success status of an asynchronous call to the back end.
- onSynchronizationChange(Channel) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when channel synchronization status changed.
- onTypingEnded(Member) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when an Member stops typing on a Channel.
- onTypingStarted(Member) - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when an Member starts typing on a Channel.
- onUserInfoChange(UserInfo) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when user info is updated for currently loaded users