| java.lang.Object | |
| ↳ | com.gsma.services.rcs.capability.CapabilitiesLog |
Content provider for last received capabilities
| 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
| |||||||||||
The name of the column containing the automata information.
The name of the column containing the unique id across provider tables.
Type: INTEGER
The name of the column containing the RCS extensions. List of features tags semicolon
separated (e.g.
Type: TEXT
The name of the column containing the file transfer capability.
Type: INTEGER
The name of the column containing the geoloc push capability.
Type: INTEGER
The name of the column containing the image share capability.
Type: INTEGER
The name of the column containing the chat/IM session capability.
Type: INTEGER
The name of the column containing the video share capability.
Type: INTEGER
The name of the column containing the MSISDN of the remote contact associated to the capabilities.
Type: TEXT
Capability is not supported
Capability is supported
The name of the column containing the time of the last capability update from network.
Type: INTEGER