ContactsContract.IContactNameColumns 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.
Contact name and contact name metadata columns in the RawContacts table.
public interface ContactsContract.IContactNameColumns
type ContactsContract.IContactNameColumns = interface
Remarks
Contact name and contact name metadata columns in the RawContacts table.
Java documentation for android.provider.ContactsContract.ContactNameColumns
.
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
DisplayNameAlternative |
An alternative representation of the display name, such as "family name first" instead of "given name first" for Western names. |
DisplayNamePrimary |
The standard text shown as the contact's display name, based on the best available information for the contact (for example, it might be the email address if the name is not available). |
DisplayNameSource |
The kind of data that is used as the display name for the contact, such as structured name or email address. |
PhoneticName |
Pronunciation of the full name in the phonetic alphabet specified by
|
PhoneticNameStyle |
The phonetic alphabet used to represent the |
SortKeyAlternative |
Sort key based on the alternative representation of the full name,
|
SortKeyPrimary |
Sort key that takes into account locale-based traditions for sorting names in address books. |