Interface ABPersonViewControllerDelegate


  • public interface ABPersonViewControllerDelegate
    • Method Detail

      • personViewControllerShouldPerformDefaultActionForPersonPropertyIdentifier

        boolean personViewControllerShouldPerformDefaultActionForPersonPropertyIdentifier​(ABPersonViewController personViewController,
                                                                                          org.moe.natj.general.ptr.ConstVoidPtr person,
                                                                                          int property,
                                                                                          int identifier)
        Called when the user selects an individual value in the Person view, identifier will be kABMultiValueInvalidIdentifier if a single value property was selected. Return NO if you do not want anything to be done or if you are handling the actions yourself. Return YES if you want the ABPersonViewController to perform its default action.