ABPeoplePickerNavigationControllerDelegate_Extensions Class

Definition

Extension methods to the IABPeoplePickerNavigationControllerDelegate interface to support all the methods from the ABPeoplePickerNavigationControllerDelegate protocol.

public static class ABPeoplePickerNavigationControllerDelegate_Extensions
type ABPeoplePickerNavigationControllerDelegate_Extensions = class
Inheritance
ABPeoplePickerNavigationControllerDelegate_Extensions

Remarks

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

Methods

Cancelled(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController)
DidSelectPerson(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)
DidSelectPerson(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32)
ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson)

Developers should not use this deprecated method. Developers should use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').

ShouldContinue(IABPeoplePickerNavigationControllerDelegate, ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

Applies to