Package org.robovm.apple.contactsui
Interface CNContactViewControllerDelegate
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
CNContactViewControllerDelegateAdapter
public interface CNContactViewControllerDelegate extends NSObjectProtocol
- Since:
- Available in iOS 9.0 and later.
-
Method Summary
Modifier and Type Method Description voiddidComplete(CNContactViewController viewController, CNContact contact)booleanshouldPerformDefaultAction(CNContactViewController viewController, CNContactProperty property)
-
Method Details
-
shouldPerformDefaultAction
boolean shouldPerformDefaultAction(CNContactViewController viewController, CNContactProperty property) -
didComplete
-