Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
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 |
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 |
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 |
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 |
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 |
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.