| java.lang.Object | |
| ↳ | com.gsma.services.rcs.chat.ChatLog.Message |
Chat message from a single chat or group chat
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | ChatLog.Message.Content | ||||||||||
| class | ChatLog.Message.GroupChatEvent | ||||||||||
| class | ChatLog.Message.MimeType | Message MIME-types | |||||||||
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | BASECOLUMN_ID | The name of the column containing the unique id across provider tables. | |||||||||
| String | CHAT_ID | The name of the column containing the chat ID. | |||||||||
| String | CONTACT | The name of the column containing the MSISDN of the remote contact. | |||||||||
| String | CONTENT | The name of the column containing the message content. | |||||||||
| String | DIRECTION | The name of the column containing the message direction. | |||||||||
| String | EXPIRED_DELIVERY | If delivery has expired for this message. | |||||||||
| int | HISTORYLOG_MEMBER_ID | History log member id | |||||||||
| String | MESSAGE_ID | The name of the column containing the message ID. | |||||||||
| String | MIME_TYPE | The name of the column containing the MIME-TYPE of the message body. | |||||||||
| String | READ_STATUS | The name of the column containing the message read status. | |||||||||
| String | REASON_CODE | The name of the column containing the message status reason code. | |||||||||
| String | STATUS | The name of the column containing the message status. | |||||||||
| String | TIMESTAMP | The name of the column containing the time when message is created. | |||||||||
| String | TIMESTAMP_DELIVERED | The name of the column containing the time when message is delivered. | |||||||||
| String | TIMESTAMP_DISPLAYED | The name of the column containing the time when message is displayed. | |||||||||
| String | TIMESTAMP_SENT | The name of the column containing the time when message is sent. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final Uri | CONTENT_URI | Content provider URI for chat messages | |||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The name of the column containing the unique id across provider tables.
Type: INTEGER
The name of the column containing the chat ID.
Type: TEXT
The name of the column containing the MSISDN of the remote contact.
Type: TEXT
The name of the column containing the message content.
Type: TEXT
The name of the column containing the message direction.
Type: INTEGER
If delivery has expired for this message. Values: 1 (true), 0 (false)
Type: INTEGER
History log member id
The name of the column containing the message ID.
Type: TEXT
The name of the column containing the MIME-TYPE of the message body.
Type: TEXT
The name of the column containing the message read status.
Type: INTEGER
The name of the column containing the message status reason code.
Type: INTEGER
The name of the column containing the message status.
Type: INTEGER
The name of the column containing the time when message is created.
Type: INTEGER
The name of the column containing the time when message is delivered. If 0 means not delivered.
Type: INTEGER
The name of the column containing the time when message is displayed. If 0 means not displayed.
Type: INTEGER
The name of the column containing the time when message is sent. If 0 means not sent.
Type: INTEGER