Added in API level 18

DeletedContactsColumns

protected interface DeletedContactsColumns
android.provider.ContactsContract.DeletedContactsColumns

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"