public interface ABPeoplePickerNavigationControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
didCancel(ABPeoplePickerNavigationController peoplePicker)
It is used when the user taps Cancel.
|
boolean |
shouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker,
ABRecord person)
It is used when the user selects a contact.
|
boolean |
shouldContinueAfterSelectingPersonProperty(ABPeoplePickerNavigationController peoplePicker,
ABRecord person,
int property,
int identifier)
It is used when the user selects one property.
|
void didCancel(ABPeoplePickerNavigationController peoplePicker)
peoplePicker - The ABPeoplePickerNavigationController that
corresponds to this delegate.boolean shouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker, ABRecord person)
peoplePicker - The ABPeoplePickerNavigationController that
corresponds to this delegate.person - The selected person.boolean shouldContinueAfterSelectingPersonProperty(ABPeoplePickerNavigationController peoplePicker, ABRecord person, int property, int identifier)
peoplePicker - The ABPeoplePickerNavigationController that
corresponds to this delegate.person - The selected person.property - The selected property.identifier - The id of the property(for multivalue properties).Copyright © 2020. All rights reserved.