ContactsContract.Profile.InterfaceConsts.LookupKey Field
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.
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")]
public const string LookupKey;
[<Android.Runtime.Register("LOOKUP_KEY")>]
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.