-
Methods in org.robovm.apple.addressbookui with parameters of type ABPeoplePickerNavigationController
| Modifier and Type |
Method |
Description |
void |
ABPeoplePickerNavigationControllerDelegate.didCancel(ABPeoplePickerNavigationController peoplePicker) |
|
void |
ABPeoplePickerNavigationControllerDelegateAdapter.didCancel(ABPeoplePickerNavigationController peoplePicker) |
|
void |
ABPeoplePickerNavigationControllerDelegate.didSelectPerson(ABPeoplePickerNavigationController peoplePicker,
ABPerson person) |
|
void |
ABPeoplePickerNavigationControllerDelegate.didSelectPerson(ABPeoplePickerNavigationController peoplePicker,
ABPerson person,
ABProperty property,
int identifier) |
|
void |
ABPeoplePickerNavigationControllerDelegateAdapter.didSelectPerson(ABPeoplePickerNavigationController peoplePicker,
ABPerson person) |
|
void |
ABPeoplePickerNavigationControllerDelegateAdapter.didSelectPerson(ABPeoplePickerNavigationController peoplePicker,
ABPerson person,
ABProperty property,
int identifier) |
|
boolean |
ABPeoplePickerNavigationControllerDelegate.shouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker,
ABPerson person) |
Deprecated.
|
boolean |
ABPeoplePickerNavigationControllerDelegate.shouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker,
ABPerson person,
ABProperty property,
int identifier) |
Deprecated.
|
boolean |
ABPeoplePickerNavigationControllerDelegateAdapter.shouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker,
ABPerson person) |
Deprecated.
|
boolean |
ABPeoplePickerNavigationControllerDelegateAdapter.shouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker,
ABPerson person,
ABProperty property,
int identifier) |
Deprecated.
|