public class

VideoSharingLog

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.sharing.video.VideoSharingLog

Class Overview

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

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 DURATION

Since: API Level 1.5

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

Constant Value: "duration"

public static final String HEIGHT

Since: API Level 1.5

The name of the column containing the height of video.

Type: INTEGER

Constant Value: "height"

public static final int HISTORYLOG_MEMBER_ID

Since: API Level 1.5

History log member id

Constant Value: 4 (0x00000004)

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 video 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 VIDEO_ENCODING

Since: API Level 1.5

The name of the column containing the encoding type of video.

Type: INTEGER

Constant Value: "video_encoding"

public static final String WIDTH

Since: API Level 1.5

The name of the column containing the width of video.

Type: INTEGER

Constant Value: "width"

Fields

public static final Uri CONTENT_URI

Since: API Level 1.5

Content provider URI