public class

ImageSharingLog

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.sharing.image.ImageSharingLog

Class Overview

Content provider for image 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 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

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 MSISDN of the remote contact.

Type: TEXT

Constant Value: "contact"

public static final String DIRECTION

Since: API Level 1.5

The name of the column containing the direction of the sharing.

Type: INTEGER

Constant Value: "direction"

public static final String FILE

Since: API Level 1.5

The name of the column containing the URI of the file.

Type: TEXT

Constant Value: "file"

public static final String FILENAME

Since: API Level 1.5

The name of the column containing the filename (absolute path).

Type: TEXT

Constant Value: "filename"

public static final String FILESIZE

Since: API Level 1.5

The name of the column containing the image size to be transferred (in bytes).

Type: INTEGER

Constant Value: "filesize"

public static final int HISTORYLOG_MEMBER_ID

Since: API Level 1.5

History log member id

Constant Value: 3 (0x00000003)

public static final String MIME_TYPE

Since: API Level 1.5

The name of the column containing the MIME-type of the file.

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 of the 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 ID of the image sharing.

Type: TEXT

Constant Value: "sharing_id"

public static final String STATE

Since: API Level 1.5

The name of the column containing the state of the sharing.

Type: INTEGER

Constant Value: "state"

public static final String TIMESTAMP

Since: API Level 1.5

The name of the column containing the date of the sharing (in milliseconds).

Type: INTEGER

Constant Value: "timestamp"

public static final String TRANSFERRED

Since: API Level 1.5

The name of the column containing the amount of data transferred (in bytes).

Type: INTEGER

Constant Value: "transferred"

Fields

public static final Uri CONTENT_URI

Since: API Level 1.5

Content provider URI