CNContactPickerDelegate_Extensions Class

Definition

Extension methods to the ICNContactPickerDelegate interface to support all the methods from the CNContactPickerDelegate protocol.

public static class CNContactPickerDelegate_Extensions
type CNContactPickerDelegate_Extensions = class
Inheritance
CNContactPickerDelegate_Extensions

Remarks

The extension methods for ICNContactPickerDelegate allow developers to treat instances of the interface as having all the optional methods of the original CNContactPickerDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

ContactPickerDidCancel(ICNContactPickerDelegate, CNContactPickerViewController)
ContactPropertySelected(ICNContactPickerDelegate, CNContactPicker, CNContactProperty)
ContactSelected(ICNContactPickerDelegate, CNContactPicker, CNContact)
DidClose(ICNContactPickerDelegate, CNContactPicker)
DidSelectContact(ICNContactPickerDelegate, CNContactPickerViewController, CNContact)
DidSelectContactProperties(ICNContactPickerDelegate, CNContactPickerViewController, CNContactProperty[])
DidSelectContactProperty(ICNContactPickerDelegate, CNContactPickerViewController, CNContactProperty)
DidSelectContacts(ICNContactPickerDelegate, CNContactPickerViewController, CNContact[])
WillClose(ICNContactPickerDelegate, CNContactPicker)

Applies to