Package com. twilio. conversations
Types
Link copied to clipboard
Contains aggregated information about a Message's delivery statuses across all participants of a Conversation.
Link copied to clipboard
Attributes representation, can be set to Conversation, User, Participant or Message.
Link copied to clipboard
Listener interface for a generic listener object.
Link copied to clipboard
Interface for cancelling a network request.
Link copied to clipboard
Container for conversation object.
Link copied to clipboard
data class ConversationLimits( val mediaAttachmentsCountLimit: Int, val mediaAttachmentSizeLimitInMb: Int, val mediaAttachmentsTotalSizeLimitInMb: Int, val emailBodiesAllowedContentTypes: List<String>, val emailHistoriesAllowedContentTypes: List<String>)
Content copied to clipboard
Limits for attachments per each message in a conversation.
Link copied to clipboard
Listener interface to report conversation operations such as participant join/leave and messages add/delete/update.
Link copied to clipboard
Conversations client - main entry point for the Conversations SDK.
Link copied to clipboard
This interface defines ConversationsClient callback methods.
Link copied to clipboard
Contains detailed information about a Message's delivery statuses to one of participants
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.
Link copied to clipboard
Attachment category
Link copied to clipboard
Listener interface for media uploading progress reporting.
Link copied to clipboard
Helper accessor for notification data payload bundle as received from Twilio Notifications.
Link copied to clipboard
Representation of a Conversation Participant object.
Link copied to clipboard
Interface for a generic listener object.