Platforms to show: All Mac Windows Linux Cross-Platform

Back to CNContactPickerViewControllerMBS class.

CNContactPickerViewControllerMBS.didCancel

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Contacts MBS Mac64bit Plugin 22.3 ❌ No ❌ No ❌ No ✅ Yes
In iOS, called when the user taps Cancel.

The picker is dismissed automatically after a contact or property is picked.

CNContactPickerViewControllerMBS.didSelectContact(contact as CNContactMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Contacts MBS Mac64bit Plugin 22.3 ❌ No ❌ No ❌ No ✅ Yes
Called after a contact has been selected by the user.

This event is called when the user selects a single contact.

CNContactPickerViewControllerMBS.didSelectContactProperties(contactProperties() as CNContactPropertyMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Contacts MBS Mac64bit Plugin 22.3 ❌ No ❌ No ❌ No ✅ Yes
Called after contact properties have been selected by the user.

This event is invoked when the user selects more than one property. Implementing this method configures the picker for multi-selection.

CNContactPickerViewControllerMBS.didSelectContactProperty(contactProperty as CNContactPropertyMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Contacts MBS Mac64bit Plugin 22.3 ❌ No ❌ No ❌ No ✅ Yes
Called when a property of the contact has been selected by the user.

This event ia called when the user selects a single property of the contact.

CNContactPickerViewControllerMBS.didSelectContacts(contacts() as CNContactMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Contacts MBS Mac64bit Plugin 22.3 ❌ No ❌ No ❌ No ✅ Yes
Called after contacts have been selected by the user.

This event is called when the user selects more than one contact. Implementing this method configures the picker for multi-selection.

The items on this page are in the following plugins: MBS Mac64bit Plugin.


The biggest plugin in space...