public class

CapabilitiesLog

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.capability.CapabilitiesLog

Class Overview

Content provider for last received capabilities

Summary

Constants
String AUTOMATA The name of the column containing the automata information.
String BASECOLUMN_ID The name of the column containing the unique id across provider tables.
String CAPABILITY_EXTENSIONS The name of the column containing the RCS extensions.
String CAPABILITY_FILE_TRANSFER The name of the column containing the file transfer capability.
String CAPABILITY_GEOLOC_PUSH The name of the column containing the geoloc push capability.
String CAPABILITY_IMAGE_SHARE The name of the column containing the image share capability.
String CAPABILITY_IM_SESSION The name of the column containing the chat/IM session capability.
String CAPABILITY_VIDEO_SHARE The name of the column containing the video share capability.
String CONTACT The name of the column containing the MSISDN of the remote contact associated to the capabilities.
int NOT_SUPPORTED Capability is not supported
int SUPPORTED Capability is supported
String TIMESTAMP The name of the column containing the time of the last capability update from network.
Fields
public static final Uri CONTENT_URI Content provider URI
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String AUTOMATA

Since: API Level 1.5

The name of the column containing the automata information.

Constant Value: "automata"

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 CAPABILITY_EXTENSIONS

Since: API Level 1.5

The name of the column containing the RCS extensions. List of features tags semicolon separated (e.g. ;;...;TAGn).

Type: TEXT

Constant Value: "capability_extensions"

public static final String CAPABILITY_FILE_TRANSFER

Since: API Level 1.5

The name of the column containing the file transfer capability.

Type: INTEGER

Constant Value: "capability_file_transfer"

public static final String CAPABILITY_GEOLOC_PUSH

Since: API Level 1.5

The name of the column containing the geoloc push capability.

Type: INTEGER

Constant Value: "capability_geoloc_push"

public static final String CAPABILITY_IMAGE_SHARE

Since: API Level 1.5

The name of the column containing the image share capability.

Type: INTEGER

Constant Value: "capability_image_share"

public static final String CAPABILITY_IM_SESSION

Since: API Level 1.5

The name of the column containing the chat/IM session capability.

Type: INTEGER

Constant Value: "capability_im_session"

public static final String CAPABILITY_VIDEO_SHARE

Since: API Level 1.5

The name of the column containing the video share capability.

Type: INTEGER

Constant Value: "capability_video_share"

public static final String CONTACT

Since: API Level 1.5

The name of the column containing the MSISDN of the remote contact associated to the capabilities.

Type: TEXT

Constant Value: "contact"

public static final int NOT_SUPPORTED

Since: API Level 1.5

Capability is not supported

Constant Value: 0 (0x00000000)

public static final int SUPPORTED

Since: API Level 1.5

Capability is supported

Constant Value: 1 (0x00000001)

public static final String TIMESTAMP

Since: API Level 1.5

The name of the column containing the time of the last capability update from network.

Type: INTEGER

Constant Value: "timestamp"

Fields

public static final Uri CONTENT_URI

Since: API Level 1.5

Content provider URI