ContactsContract.Contacts.AggregationSuggestions.Builder.SetContactId Method
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.
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).
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.