| java.lang.Object | |
| ↳ | com.gsma.services.rcs.sharing.image.ImageSharingLog |
Content provider for image sharing history
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | BASECOLUMN_ID | The name of the column containing the unique id across provider tables. | |||||||||
| String | CONTACT | The name of the column containing the MSISDN of the remote contact. | |||||||||
| String | DIRECTION | The name of the column containing the direction of the sharing. | |||||||||
| String | FILE | The name of the column containing the URI of the file. | |||||||||
| String | FILENAME | The name of the column containing the filename (absolute path). | |||||||||
| String | FILESIZE | The name of the column containing the image size to be transferred (in bytes). | |||||||||
| int | HISTORYLOG_MEMBER_ID | History log member id | |||||||||
| String | MIME_TYPE | The name of the column containing the MIME-type of the file. | |||||||||
| String | REASON_CODE | The name of the column containing the reason code of the state. | |||||||||
| String | SHARING_ID | The name of the column containing the unique ID of the image sharing. | |||||||||
| String | STATE | The name of the column containing the state of the sharing. | |||||||||
| String | TIMESTAMP | The name of the column containing the date of the sharing (in milliseconds). | |||||||||
| String | TRANSFERRED | The name of the column containing the amount of data transferred (in bytes). | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final Uri | CONTENT_URI | Content provider URI | |||||||||
|
[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 MSISDN of the remote contact.
Type: TEXT
The name of the column containing the direction of the sharing.
Type: INTEGER
The name of the column containing the URI of the file.
Type: TEXT
The name of the column containing the filename (absolute path).
Type: TEXT
The name of the column containing the image size to be transferred (in bytes).
Type: INTEGER
History log member id
The name of the column containing the MIME-type of the file.
Type: TEXT
The name of the column containing the reason code of the state.
Type: INTEGER
The name of the column containing the unique ID of the image sharing.
Type: TEXT
The name of the column containing the state of the sharing.
Type: INTEGER
The name of the column containing the date of the sharing (in milliseconds).
Type: INTEGER
The name of the column containing the amount of data transferred (in bytes).
Type: INTEGER
Content provider URI