func actionProperty () -> String!
Sent to the delegate to request the property the action applies to.
func title(for: ABPerson!, identifier: String!) -> String!
Sent to the delegate to request the title of the menu item for the action.
Availability
Technology
person
The person on which the action will be taken.
identifier
The unique identifier of the selected value.
true
if the action is applicable; otherwise, false
.
If the property returned by action
is a multivalue property, identifier
contains the unique identifier of the value selected.
func actionProperty () -> String!
func title(for: ABPerson!, identifier: String!) -> String!