ContactsPickerSessionContract.ExtraPickContactsMatchAllDataFields 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.
A boolean extra that, when set to true, instructs the system Contacts Picker to only
display contacts that possess data fields corresponding to all MIME type specified in
#EXTRA_PICK_CONTACTS_REQUESTED_DATA_FIELDS.
[Android.Runtime.Register("EXTRA_PICK_CONTACTS_MATCH_ALL_DATA_FIELDS", ApiSince=37)]
public const string ExtraPickContactsMatchAllDataFields;
[<Android.Runtime.Register("EXTRA_PICK_CONTACTS_MATCH_ALL_DATA_FIELDS", ApiSince=37)>]
val mutable ExtraPickContactsMatchAllDataFields : string
Field Value
- Attributes
Remarks
A boolean extra that, when set to true, instructs the system Contacts Picker to only display contacts that possess data fields corresponding to *all* MIME type specified in EXTRA_PICK_CONTACTS_REQUESTED_DATA_FIELDS.
If false (the default value), contacts will be displayed if they have data for *at least one* of the MIME types specified in EXTRA_PICK_CONTACTS_REQUESTED_DATA_FIELDS.
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.