public static interface

Contacts.ExtensionsColumns

android.provider.Contacts.ExtensionsColumns
Known Indirect Subclasses

Summary

Constants
String NAME The name of this extension.
String VALUE The value of this extension.

Constants

public 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

Constant Value: "name"

public static final String VALUE

The value of this extension. May not be null.

Type: TEXT

Constant Value: "value"