to top
Android APIs
Added in API level 1
Deprecated since API level 5
public static interface

Contacts.ExtensionsColumns

android.provider.Contacts.ExtensionsColumns
Known Indirect Subclasses

This interface was deprecated in API level 5.
see ContactsContract

Summary

Constants
String NAME This constant was deprecated in API level 5. see ContactsContract
String VALUE This constant was deprecated in API level 5. see ContactsContract

Constants

public static final String NAME

Added in API level 1

This constant was deprecated in API level 5.
see ContactsContract

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

Type: TEXT

Constant Value: "name"

public static final String VALUE

Added in API level 1

This constant was deprecated in API level 5.
see ContactsContract

The value of this extension. May not be null.

Type: TEXT

Constant Value: "value"