Share via


IABPersonViewControllerDelegate.ShouldPerformDefaultActionForPerson Method

Definition

[Foundation.Export("personViewController:shouldPerformDefaultActionForPerson:property:identifier:")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldPerformDefaultActionForPerson(AddressBookUI.ABPersonViewController personViewController, AddressBook.ABPerson person, int propertyId, int identifier);
[<Foundation.Export("personViewController:shouldPerformDefaultActionForPerson:property:identifier:")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldPerformDefaultActionForPerson : AddressBookUI.ABPersonViewController * AddressBook.ABPerson * int * int -> bool
override this.ShouldPerformDefaultActionForPerson : AddressBookUI.ABPersonViewController * AddressBook.ABPerson * int * int -> bool

Parameters

personViewController
ABPersonViewController
person
ABPerson
propertyId
Int32
identifier
Int32

Returns

Attributes

Applies to