| java.lang.Object | |
| ↳ | com.gsma.services.rcs.sharing.geoloc.GeolocSharingLog |
Content provider for geoloc 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 ContactId formatted number of the remote contact. | |||||||||
| String | CONTENT | The name of the column containing the geolocation stored as a String that you can pass as an argument to the Geoloc constructor. | |||||||||
| String | DIRECTION | The name of the column containing the geoloc sharing direction. | |||||||||
| int | HISTORYLOG_MEMBER_ID | History log member id | |||||||||
| String | MIME_TYPE | The name of the column containing the MIME-type of the geoloc sharing. | |||||||||
| String | REASON_CODE | The name of the column containing the reason code associated with the geoloc sharing state. | |||||||||
| String | SHARING_ID | The name of the column containing the unique sharing ID. | |||||||||
| String | STATE | The name of the column containing the geoloc sharing state. | |||||||||
| String | TIMESTAMP | The name of the column containing the time when geoloc sharing is created. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public static final Uri | CONTENT_URI | Content provider URI for geoloc sharings | |||||||||
|
[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 ContactId formatted number of the remote contact.
Type: TEXT
The name of the column containing the geolocation stored as a String that you can pass as an argument to the Geoloc constructor.
Type: TEXT
The name of the column containing the geoloc sharing direction.
Type: INTEGER
History log member id
The name of the column containing the MIME-type of the geoloc sharing.
Type: TEXT
The name of the column containing the reason code associated with the geoloc sharing state.
Type: INTEGER
The name of the column containing the unique sharing ID.
Type: TEXT
The name of the column containing the geoloc sharing state.
Type: INTEGER
The name of the column containing the time when geoloc sharing is created.
Type: INTEGER