contact Picker
open override fun contactPicker(picker: CNContactPickerViewController, didSelectContact: CNContact)(source)
Invoked by the system when the user selects a specific contact.
Maps the native CNContact properties (identifier, names, phones, emails, and thumbnail) to the cross-platform Contact data model.
Parameters
picker
The native picker instance.
did Select Contact
The native contact object returned by iOS.