| java.lang.Object | |
| ↳ | com.gsma.services.rcs.groupdelivery.GroupDeliveryInfoLog |
Delivery info (delivery information on group messages and group file transfers)
| 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 unique ID of the group chat. | |||||||||
| String | CONTACT | ContactId formatted number of the inviter of the group chat or the group file transfer. | |||||||||
| String | ID | The name of the column containing the unique ID of the chat message ("msg_id") or file transfer ("ft_id"). | |||||||||
| String | REASON_CODE | The name of the column containing the reason code of a group delivery info. | |||||||||
| String | STATUS | The name of the column containing the status of a group delivery info. | |||||||||
| String | TIMESTAMP_DELIVERED | The name of the column containing the time when message or file transfer notification is displayed. | |||||||||
| String | TIMESTAMP_DISPLAYED | The name of the column containing the time when message is displayed or file transfer is done
Type: INTEGER |
|||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final Uri | CONTENT_URI | Content provider URI for Group Delivery Info | |||||||||
|
[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 unique ID of the group chat.
Type: TEXT
ContactId formatted number of the inviter of the group chat or the group file transfer.
Type: TEXT
The name of the column containing the unique ID of the chat message ("msg_id") or file transfer ("ft_id").
Type: TEXT
The name of the column containing the reason code of a group delivery info.
Type: INTEGER
The name of the column containing the status of a group delivery info.
Type: INTEGER
The name of the column containing the time when message or file transfer notification is displayed.
Type: INTEGER
The name of the column containing the time when message is displayed or file transfer is done
Type: INTEGER
Content provider URI for Group Delivery Info