func actionProperty () -> String!
Sent to the delegate to request the property the action applies to.
func shouldEnableAction (for: ABPerson!, identifier: String!) -> Bool
Sent to the delegate to determine whether the action should be enabled.
Availability
Technology
person
The person on which the action will be taken.
identifier
The unique identifier of the value for which the menu item will be displayed.
The title of the menu item for the action.
If the property returned by action
is a multivalue property, identifier
contains the unique identifier of the value selected.
func actionProperty () -> String!
func shouldEnableAction (for: ABPerson!, identifier: String!) -> Bool