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

performActionForPerson:identifier:

Sent to the delegate to perform the action.

Declaration 宣言

- (void)performActionForPerson:(ABPerson *)person 
                    identifier:(NSString *)identifier;

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.