ContactsContract.IContactsColumns Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Columns of ContactsContract.Contacts
that refer to intrinsic
properties of the contact, as opposed to the user-specified options
found in ContactOptionsColumns
.
public interface ContactsContract.IContactsColumns
type ContactsContract.IContactsColumns = interface
Remarks
Columns of ContactsContract.Contacts
that refer to intrinsic properties of the contact, as opposed to the user-specified options found in ContactOptionsColumns
.
Java documentation for android.provider.ContactsContract.ContactsColumns
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
Fields
ContactLastUpdatedTimestamp |
Timestamp (milliseconds since epoch) of when this contact was last updated. |
DisplayName |
The display name for the contact. |
HasPhoneNumber |
An indicator of whether this contact has at least one phone number. |
InDefaultDirectory |
Flag that reflects whether the contact exists inside the default directory. |
InVisibleGroup |
Flag that reflects the |
IsUserProfile |
Flag that reflects whether this contact represents the user's personal profile entry. |
LookupKey |
An opaque value that contains hints on how to find the contact if its row id changed as a result of a sync or aggregation. |
NameRawContactId |
Reference to the row in the RawContacts table holding the contact name. |
PhotoFileId |
Photo file ID of the full-size photo. |
PhotoId |
Reference to the row in the data table holding the photo. |
PhotoThumbnailUri |
A URI that can be used to retrieve a thumbnail of the contact's photo. |
PhotoUri |
A URI that can be used to retrieve the contact's full-size photo. |