CNContactPickerDelegate.DidSelectContactProperties Method

Definition

Called after the user selects multiple properties. Devs must override this method to configure the CNContactPickerViewController for multiple selection.

[Foundation.Export("contactPicker:didSelectContactProperties:")]
public virtual void DidSelectContactProperties (ContactsUI.CNContactPickerViewController picker, Contacts.CNContactProperty[] contactProperties);
abstract member DidSelectContactProperties : ContactsUI.CNContactPickerViewController * Contacts.CNContactProperty[] -> unit
override this.DidSelectContactProperties : ContactsUI.CNContactPickerViewController * Contacts.CNContactProperty[] -> unit

Parameters

contactProperties
CNContactProperty[]
Attributes

Applies to