Added in API level 1
Deprecated in API level 5

ExtensionsColumns

interface ExtensionsColumns
android.provider.Contacts.ExtensionsColumns

Summary

Constants
static String

The name of this extension.

static String

The value of this extension.

Constants

NAME

Added in API level 1
static val NAME: String

Deprecated: see android.provider.ContactsContract

The name of this extension. May not be null. There may be at most one row for each name.

Type: TEXT

Value: "name"

VALUE

Added in API level 1
static val VALUE: String

Deprecated: see android.provider.ContactsContract

The value of this extension. May not be null.

Type: TEXT

Value: "value"