Build 1.0_r1(from source)

android.provider
Interface Contacts.ExtensionsColumns

All Known Implementing Classes:
Contacts.Extensions, Contacts.People.Extensions
Enclosing class:
Contacts

public static interface Contacts.ExtensionsColumns


Field Summary
static String NAME
          The name of this extension.
static String VALUE
          The value of this extension.
 

Field Detail

NAME

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

Type: TEXT

See Also:
Constant Field Values

VALUE

static final String VALUE
The value of this extension. May not be null.

Type: TEXT

See Also:
Constant Field Values

Build 1.0_r1(from source)

Please submit a feedback, bug or feature