public class

GroupDeliveryInfoLog

extends Object
java.lang.Object
   ↳ com.gsma.services.rcs.groupdelivery.GroupDeliveryInfoLog

Class Overview

Delivery info (delivery information on group messages and group file transfers)

Summary

Constants
String BASECOLUMN_ID The name of the column containing the unique id across provider tables.
String CHAT_ID The name of the column containing the unique ID of the group chat.
String CONTACT ContactId formatted number of the inviter of the group chat or the group file transfer.
String ID The name of the column containing the unique ID of the chat message ("msg_id") or file transfer ("ft_id").
String REASON_CODE The name of the column containing the reason code of a group delivery info.
String STATUS The name of the column containing the status of a group delivery info.
String TIMESTAMP_DELIVERED The name of the column containing the time when message or file transfer notification is displayed.
String TIMESTAMP_DISPLAYED The name of the column containing the time when message is displayed or file transfer is done

Type: INTEGER

Fields
public static final Uri CONTENT_URI Content provider URI for Group Delivery Info
[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 CHAT_ID

Since: API Level 1.5

The name of the column containing the unique ID of the group chat.

Type: TEXT

Constant Value: "chat_id"

public static final String CONTACT

Since: API Level 1.5

ContactId formatted number of the inviter of the group chat or the group file transfer.

Type: TEXT

Constant Value: "contact"

public static final String ID

Since: API Level 1.5

The name of the column containing the unique ID of the chat message ("msg_id") or file transfer ("ft_id").

Type: TEXT

Constant Value: "id"

public static final String REASON_CODE

Since: API Level 1.5

The name of the column containing the reason code of a group delivery info.

Type: INTEGER

Constant Value: "reason_code"

public static final String STATUS

Since: API Level 1.5

The name of the column containing the status of a group delivery info.

Type: INTEGER

Constant Value: "status"

public static final String TIMESTAMP_DELIVERED

Since: API Level 1.5

The name of the column containing the time when message or file transfer notification is displayed.

Type: INTEGER

Constant Value: "timestamp_delivered"

public static final String TIMESTAMP_DISPLAYED

Since: API Level 1.5

The name of the column containing the time when message is displayed or file transfer is done

Type: INTEGER

Constant Value: "timestamp_displayed"

Fields

public static final Uri CONTENT_URI

Since: API Level 1.5

Content provider URI for Group Delivery Info