public class

GeolocSharingLog

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.sharing.geoloc.GeolocSharingLog

Class Overview

Content provider for geoloc sharing history

Summary

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

Constants

public static final String BASECOLUMN_ID

Since: API Level 1.5

The name of the column containing the unique id across provider tables.

Type: INTEGER

Constant Value: "_id"

public static final String CONTACT

Since: API Level 1.5

The name of the column containing the ContactId formatted number of the remote contact.

Type: TEXT

Constant Value: "contact"

public static final String CONTENT

Since: API Level 1.5

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

Constant Value: "content"

public static final String DIRECTION

Since: API Level 1.5

The name of the column containing the geoloc sharing direction.

Type: INTEGER

Constant Value: "direction"

public static final int HISTORYLOG_MEMBER_ID

Since: API Level 1.5

History log member id

Constant Value: 5 (0x00000005)

public static final String MIME_TYPE

Since: API Level 1.5

The name of the column containing the MIME-type of the geoloc sharing.

Type: TEXT

Constant Value: "mime_type"

public static final String REASON_CODE

Since: API Level 1.5

The name of the column containing the reason code associated with the geoloc sharing state.

Type: INTEGER

Constant Value: "reason_code"

public static final String SHARING_ID

Since: API Level 1.5

The name of the column containing the unique sharing ID.

Type: TEXT

Constant Value: "sharing_id"

public static final String STATE

Since: API Level 1.5

The name of the column containing the geoloc sharing state.

Type: INTEGER

Constant Value: "state"

public static final String TIMESTAMP

Since: API Level 1.5

The name of the column containing the time when geoloc sharing is created.

Type: INTEGER

Constant Value: "timestamp"

Fields

public static final Uri CONTENT_URI

Since: API Level 1.5

Content provider URI for geoloc sharings