- getAttributes() - Method in interface com.twilio.ipmessaging.Channel
-
Custom attributes associated with the Channel.
- getAttributes() - Method in interface com.twilio.ipmessaging.Member
-
The attributes for this user on this channel.
- 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.
- getFriendlyName() - Method in interface com.twilio.ipmessaging.Channel
-
Method that returns the friendlyName of the channel.
- getIdentity() - Method in interface com.twilio.ipmessaging.Member
-
Returns the global user identity for this memeber.
- getIdentity() - Method in interface com.twilio.ipmessaging.TwilioIPMessagingClient
-
Gets the unique identity identifier of this user in the Twilio IP Messaging system.
- 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.
- getMessages() - Method in interface com.twilio.ipmessaging.Channel
-
Method to get messages.
- getMessages() - Method in interface com.twilio.ipmessaging.Messages
-
Returns messages received so far from backend, messages are loaded asynchronously so this may
not fully represent all history available for channel.
- 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.
- 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.
- 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.
- onAttributesChange(String) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when an attribute has 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.
- onChannelHistoryLoaded() - Method in interface com.twilio.ipmessaging.ChannelListener
-
Called when Message synchronization for this Channel completes.
- onChannelHistoryLoaded(Channel) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when Message synchronization for this Channel completes.
- onCreated(Channel) - Method in interface com.twilio.ipmessaging.Constants.CreateChannelListener
-
Callback to report when Channel is successfully created.
- onError() - Method in interface com.twilio.ipmessaging.Constants.CreateChannelListener
-
Method to report back create channel failure.
- onError(Exception) - Method in interface com.twilio.ipmessaging.Constants.InitListener
-
Called if there is an error initializing the TwilioRTD Client SDK.
- onError() - Method in interface com.twilio.ipmessaging.Constants.StatusListener
-
Callback to report error status of an asynchronous call to the back end.
- onError(int, String) - Method in interface com.twilio.ipmessaging.IPMessagingClientListener
-
Called when an error condition occurs.
- onInitialized() - Method in interface com.twilio.ipmessaging.Constants.InitListener
-
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() - Method in interface com.twilio.ipmessaging.Constants.StatusListener
-
Callback to report success status of an asynchronous call to the back end.
- 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.