Enumerations

ICUIErrorCode

This enumeration class describes different error codes of the SDK.

ValueDescription
FileDownloadFailedReturned when File download is failed
UnknownReturned when an unknown error occurs.

ICContentTypeFamily

This class represent the content types for different message parts.

Fields:

TEXT

static final String TEXT

This represents text message part

AUDIO

static final String AUDIO

This represents Audio message part

IMAGE

static final String IMAGE

This represents Image message part

VIDEO

static final  String VIDEO

This represents Video message part

LOCATION

static final String LOCATION

This represents Location message part

FILE

static final String FILE

This represents File message part

URL

static final String URL

This represents URL message part