Package com. twilio. conversations
Types
Aggregated Delivery Receipt
Link copied to clipboard
open class AggregatedDeliveryReceipt
Content copied to clipboard
Contains aggregated information about a Message's delivery statuses across all participants of a Conversation.
Attributes
Link copied to clipboard
open class Attributes
Content copied to clipboard
Attributes representation, can be set to Conversation, User, Participant or Message.
Callback Listener
Link copied to clipboard
Listener interface for a generic listener object.
Cancellation Token
Link copied to clipboard
interface CancellationToken
Content copied to clipboard
Interface for cancelling a network request.
Conversation
Link copied to clipboard
interface Conversation
Content copied to clipboard
Container for conversation object.
Conversation Limits
Link copied to clipboard
Limits for attachments per each message in a conversation.
Conversation Listener
Link copied to clipboard
interface ConversationListener
Content copied to clipboard
Listener interface to report conversation operations such as participant join/leave and messages add/delete/update.
Conversations Client
Link copied to clipboard
interface ConversationsClient
Content copied to clipboard
Conversations client - main entry point for the Conversations SDK.
Conversations Client Listener
Link copied to clipboard
interface ConversationsClientListener
Content copied to clipboard
This interface defines ConversationsClient callback methods.
Conversations Exception
Link copied to clipboard
class ConversationsException(errorInfo: ErrorInfo, cause: Throwable?) : Exception
Content copied to clipboard
Exception class that contains ErrorInfo object with error details.
Detailed Delivery Receipt
Link copied to clipboard
open class DetailedDeliveryReceipt
Content copied to clipboard
Contains detailed information about a Message's delivery statuses to one of participants
Error Reason
Link copied to clipboard
Human readable error reason.
Listener Exception
Link copied to clipboard
ListenerException is thrown when exception occurred in app code that implements one of the Twilio Conversations SDK listeners, i.e in implementation of ConversationsClientListener, ConversationListener, StatusListener, CallbackListener, MediaUploadListener etc.
Media Category
Link copied to clipboard
Attachment category
Media Upload Listener
Link copied to clipboard
interface MediaUploadListener
Content copied to clipboard
Listener interface for media uploading progress reporting.
Notification Payload
Link copied to clipboard
open class NotificationPayload
Content copied to clipboard
Helper accessor for notification data payload bundle as received from Twilio Notifications.
Participant
Link copied to clipboard
interface Participant
Content copied to clipboard
Representation of a Conversation Participant object.
Status Listener
Link copied to clipboard
interface StatusListener
Content copied to clipboard
Interface for a generic listener object.