contactPicker

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.

didSelectContact

The native contact object returned by iOS.


private val contactPicker: CNContactPickerViewController(source)