CNContactPickerDelegate.DidSelectContacts 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.
Called after the user selects multiple contacts. Devs must override this method to configure the CNContactPickerViewController for multiple selection.
[Foundation.Export("contactPicker:didSelectContacts:")]
public virtual void DidSelectContacts (ContactsUI.CNContactPickerViewController picker, Contacts.CNContact[] contacts);
abstract member DidSelectContacts : ContactsUI.CNContactPickerViewController * Contacts.CNContact[] -> unit
override this.DidSelectContacts : ContactsUI.CNContactPickerViewController * Contacts.CNContact[] -> unit
Parameters
- contacts
- CNContact[]
- Attributes