Stay organized with collections
Save and categorize content based on your preferences.
protected interface DeletedContactsColumns
Summary
Constants
static val CONTACT_DELETED_TIMESTAMP: String
Time (milliseconds since epoch) that the contact was deleted.
Value: "contact_deleted_timestamp"
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# ContactsContract.DeletedContactsColumns\n\nAdded in [API level 18](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nDeletedContactsColumns\n======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/ContactsContract.DeletedContactsColumns \"View this page in Java\") \n\n```\nprotected interface DeletedContactsColumns\n```\n\n|---------------------------------------------------------------|\n| [android.provider.ContactsContract.DeletedContactsColumns](#) |\n\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [ContactsContract.DeletedContacts](/reference/kotlin/android/provider/ContactsContract.DeletedContacts) |---------------------------------------------------------------------------------------------------------|------------------------------------------| | [ContactsContract.DeletedContacts](/reference/kotlin/android/provider/ContactsContract.DeletedContacts) | Constants for the deleted contact table. | |\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CONTACT_DELETED_TIMESTAMP](#CONTACT_DELETED_TIMESTAMP:kotlin.String) Time (milliseconds since epoch) that the contact was deleted. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [CONTACT_ID](#CONTACT_ID:kotlin.String) A reference to the [ContactsContract.Contacts._ID](/reference/kotlin/android/provider/BaseColumns#_ID:kotlin.String) that was deleted. |\n\nConstants\n---------\n\n### CONTACT_DELETED_TIMESTAMP\n\nAdded in [API level 18](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CONTACT_DELETED_TIMESTAMP: String\n```\n\nTime (milliseconds since epoch) that the contact was deleted. \n\n Value: \"contact_deleted_timestamp\"\n\n### CONTACT_ID\n\nAdded in [API level 18](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val CONTACT_ID: String\n```\n\nA reference to the [ContactsContract.Contacts._ID](/reference/kotlin/android/provider/BaseColumns#_ID:kotlin.String) that was deleted.\n\nType: INTEGER \n\n Value: \"contact_id\""]]