Android
android.provider
public static interface

android.provider.Contacts.ExtensionsColumns

android.provider.Contacts.ExtensionsColumns
Known Indirect Subclasses

Summary

Constants

      Value  
String  NAME  The name of this extension.  "name" 
String  VALUE  The value of this extension.  "value" 

Details

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"
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56