Companion

object Companion

Properties

Link copied to clipboard
val CANNOT_GET_MESSAGE_BY_INDEX: Int

This code is signaled to the listener of Conversation.getMessageByIndex if general error occurs and message could not be retrieved.

Link copied to clipboard
val CLIENT_ERROR: Int = 0

This status is set if error occured in the SDK and is not related to network operations.

Link copied to clipboard
val CONVERSATION_NOT_FOUND: Int

This code is signaled to the listener of ConversationsClient.getConversation if conversations with specified sid or uniqueName could not be found.

Link copied to clipboard
val CONVERSATION_NOT_SYNCHRONIZED: Int

This code is signaled when an attempt is made to query conversation participants or messages without synchronizing first.

Link copied to clipboard
val MEDIA_UPLOAD_ERROR: Int

This code is signaled to the listener of Conversation.UnsentMessage.send if an error occurred while uploading one or more attachments.

Link copied to clipboard
val MISMATCHING_TOKEN_UPDATE: Int

This code is signaled to the listener of ConversationsClient.updateToken if updated token does not match the original token.

Link copied to clipboard
val TOO_MANY_ATTACHMENTS: Int

This code is signaled to the listener of Conversation.UnsentMessage.send if the message has too many attachments.

Link copied to clipboard
val UNSUPPORTED_EMAIL_BODY_CONTENT_TYPE: Int

This code is signaled to the listener of Conversation.UnsentMessage.send if email body content type is not supported.

Link copied to clipboard
val UNSUPPORTED_EMAIL_HISTORY_CONTENT_TYPE: Int

This code is signaled to the listener of Conversation.UnsentMessage.send if email history content type is not supported.