Android.Provider.ContactsContract.ContactNameColumns.DisplayNamePrimary Field

Syntax

[Android.Runtime.Register("DISPLAY_NAME_PRIMARY")]
public const string DisplayNamePrimary

See Also

Android.Provider.ContactsContract.ContactNameColumns.DisplayNameAlternative

Remarks

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). The information actually used to compute the name is stored in Android.Provider.ContactsContract.ContactNameColumns.DisplayNameSource.

A contacts provider is free to choose whatever representation makes most sense for its target market. For example in the default Android Open Source Project implementation, if the display name is based on the structured name and the structured name follows the Western full-name style, then this field contains the "given name first" version of the full name.

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11