Language

ContactsContract.Contacts.AggregationSuggestions.Builder.SetContactId Method

Definition

Optional existing contact ID.

[Android.Runtime.Register("setContactId", "(J)Landroid/provider/ContactsContract$Contacts$AggregationSuggestions$Builder;", "", ApiSince=23)]
public Android.Provider.ContactsContract.Contacts.AggregationSuggestions.Builder? SetContactId(long contactId);
[<Android.Runtime.Register("setContactId", "(J)Landroid/provider/ContactsContract$Contacts$AggregationSuggestions$Builder;", "", ApiSince=23)>]
member this.SetContactId : int64 -> Android.Provider.ContactsContract.Contacts.AggregationSuggestions.Builder

Parameters

contactId
Int64

contact to find aggregation suggestions for

Returns

This Builder object to allow for chaining of calls to builder methods

Attributes

Remarks

Optional existing contact ID. If it is not provided, the search will be based exclusively on the values supplied with addNameParameter(String).

Android reference for android.provider.ContactsContract.Contacts.AggregationSuggestions.Builder.setContactId.

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