Added in API level 18

DeletedContacts

class DeletedContacts : ContactsContract.DeletedContactsColumns
kotlin.Any
   ↳ android.provider.ContactsContract.DeletedContacts

Constants for the deleted contact table. This table holds a log of deleted contacts.

Log older than DAYS_KEPT_MILLISECONDS may be deleted.

Summary

Constants
static Long

Milliseconds that the delete log will be kept.

Inherited constants
Properties
static Uri!

The content:// style URI for this table, which requests a directory of raw contact rows matching the selection criteria.

Constants

DAYS_KEPT_MILLISECONDS

Added in API level 18
static val DAYS_KEPT_MILLISECONDS: Long

Milliseconds that the delete log will be kept. After this time, delete records may be deleted.

Value: 2592000000L

Properties

CONTENT_URI

Added in API level 18
static val CONTENT_URI: Uri!

The content:// style URI for this table, which requests a directory of raw contact rows matching the selection criteria.