public static interface Contacts.ExtensionsColumns

android.provider.Contacts.ExtensionsColumns



This interface was deprecated in API level 5.
see ContactsContract

Summary

Constants

String NAME

This constant is deprecated. see ContactsContract

String VALUE

This constant is deprecated. see ContactsContract

Constants

NAME

public static final String NAME

This constant is deprecated.
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"

VALUE

public static final String VALUE

This constant is deprecated.
see ContactsContract

The value of this extension. May not be null.

Type: TEXT

Constant Value: "value"

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.