| java.lang.Object | |
| ↳ | com.gsma.services.rcs.sharing.video.VideoSharingLog |
Content provider for video 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 | DURATION | The name of the column containing the duration of the sharing (in milliseconds). | |||||||||
| String | HEIGHT | The name of the column containing the height of video. | |||||||||
| int | HISTORYLOG_MEMBER_ID | History log member id | |||||||||
| 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 video 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 | VIDEO_ENCODING | The name of the column containing the encoding type of video. | |||||||||
| String | WIDTH | The name of the column containing the width of video. | |||||||||
| 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 duration of the sharing (in milliseconds). The value is only set at the end of the call.
Type: INTEGER
The name of the column containing the height of video.
Type: INTEGER
History log member id
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 video 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 encoding type of video.
Type: INTEGER
The name of the column containing the width of video.
Type: INTEGER