Stay organized with collections
Save and categorize content based on your preferences.
ExtensionsColumns
interface ExtensionsColumns
Summary
Constants |
static String |
The name of this extension.
|
static String |
The value of this extension.
|
Constants
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.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# Contacts.ExtensionsColumns\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \nDeprecated in [API level 5](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nExtensionsColumns\n=================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/provider/Contacts.ExtensionsColumns \"View this page in Java\") \n\n```\ninterface ExtensionsColumns\n```\n\n|--------------------------------------------------|\n| [android.provider.Contacts.ExtensionsColumns](#) |\n\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known Direct Subclasses [Contacts.Extensions](/reference/kotlin/android/provider/Contacts.Extensions), [Contacts.People.Extensions](/reference/kotlin/android/provider/Contacts.People.Extensions) |---------------------------------------------------------------------------------------------|-----------------------------| | [Contacts.Extensions](/reference/kotlin/android/provider/Contacts.Extensions) | The extensions for a person | | [Contacts.People.Extensions](/reference/kotlin/android/provider/Contacts.People.Extensions) | The extensions for a person | |\n\n*** ** * ** ***\n\n| **This interface was deprecated in API level 5.**\n|\n| see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------------|------------------------------------------------------------|\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [NAME](#NAME:kotlin.String) The name of this extension. |\n| static [String](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html) | [VALUE](#VALUE:kotlin.String) The value of this extension. |\n\nConstants\n---------\n\n### NAME\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val NAME: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe name of this extension. May not be null. There may be at most one row for each name.\n\nType: TEXT \n\n Value: \"name\"\n\n### VALUE\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val VALUE: String\n```\n\n**Deprecated:** *see [android.provider.ContactsContract](/reference/kotlin/android/provider/ContactsContract)*\n\nThe value of this extension. May not be null.\n\nType: TEXT \n\n Value: \"value\""]]