Package org.robovm.apple.addressbookui
Interface ABPeoplePickerNavigationControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
ABPeoplePickerNavigationControllerDelegateAdapter
public interface ABPeoplePickerNavigationControllerDelegate extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voiddidCancel(ABPeoplePickerNavigationController peoplePicker)voiddidSelectPerson(ABPeoplePickerNavigationController peoplePicker, ABPerson person)voiddidSelectPerson(ABPeoplePickerNavigationController peoplePicker, ABPerson person, ABProperty property, int identifier)booleanshouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker, ABPerson person)Deprecated.Deprecated in iOS 8.0.booleanshouldContinueAfterSelectingPerson(ABPeoplePickerNavigationController peoplePicker, ABPerson person, ABProperty property, int identifier)Deprecated.Deprecated in iOS 8.0.
-
Method Details