Enumerations (Discontinued)
Note
Please note that we have announced end of sale for Android UI SDK. It is no longer offered as a standard Webex Connect capability.
ICUIErrorCode
This enumeration class describes different error codes of the SDK.
Value | Description |
---|---|
FileDownloadFailed | Returned when file download is failed |
Unknown | Returned when an unknown error occurs. |
ICContentTypeFamily
This class represents the content types for different message parts.
Fields:
TEXT
static final String TEXT
This represents the text message part.
AUDIO
static final String AUDIO
This represents the audio message part.
IMAGE
static final String IMAGE
This represents the image message part.
VIDEO
static final String VIDEO
This represents the video message part.
LOCATION
static final String LOCATION
This represents the location message part.
FILE
static final String FILE
This represents the file message part.
URL
static final String URL
This represents the URL message part.
Updated about 1 year ago