Instance Method インスタンスメソッド

performAction(for:identifier:)

Sent to the delegate to perform the action.

Declaration 宣言

func performAction(for person: ABPerson!, 
        identifier: String!)

Parameters パラメータ

person

The person on which the action will be taken.

identifier

The unique identifier of the selected value.

Discussion 解説

If the property returned by actionProperty() is a multivalue property, identifier contains the unique identifier of the value selected. The person being displayed in the Address Book application’s card view when the rollover menu is accesses is passed as person.