Added in API level 18

DeletedContactsColumns


protected interface DeletedContactsColumns
ContactsContract.DeletedContacts

Constants for the deleted contact table.

Summary

Constants
static String

Time (milliseconds since epoch) that the contact was deleted.

static String

A reference to the ContactsContract.Contacts._ID that was deleted.

Constants

CONTACT_DELETED_TIMESTAMP

Added in API level 18
static val CONTACT_DELETED_TIMESTAMP: String

Time (milliseconds since epoch) that the contact was deleted.

Value: "contact_deleted_timestamp"

CONTACT_ID

Added in API level 18
static val CONTACT_ID: String

A reference to the ContactsContract.Contacts._ID that was deleted.

Type: INTEGER

Value: "contact_id"