ContactsContract.ContactsColumns.LookupKey Field

Definition

Caution

Use 'Android.Provider.ContactsContract.IContactsColumns.LookupKey'. This class will be removed in a future release.

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.

[Android.Runtime.Register("LOOKUP_KEY")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IContactsColumns.LookupKey'. This class will be removed in a future release.")]
public const string LookupKey;
[<Android.Runtime.Register("LOOKUP_KEY")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IContactsColumns.LookupKey'. This class will be removed in a future release.")>]
val mutable LookupKey : string

Field Value

Attributes

Remarks

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.

Java documentation for android.provider.ContactsContract.ContactsColumns.LOOKUP_KEY.

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.

Applies to