Share via


ABPeoplePickerNavigationControllerDelegate.ShouldContinue Method

Definition

Overloads

Name Description
ShouldContinue(ABPeoplePickerNavigationController, ABPerson)

Developers should not use this deprecated method. Developers should use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').

ShouldContinue(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

ShouldContinue(ABPeoplePickerNavigationController, ABPerson)

Developers should not use this deprecated method. Developers should use 'DidSelectPerson' instead (or 'ABPeoplePickerNavigationController.PredicateForSelectionOfPerson').

[Foundation.Export("peoplePickerNavigationController:shouldContinueAfterSelectingPerson:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldContinue(AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson);
[<Foundation.Export("peoplePickerNavigationController:shouldContinueAfterSelectingPerson:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool
override this.ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson -> bool

Parameters

selectedPerson
ABPerson

Returns

Implements

Attributes

Applies to

ShouldContinue(ABPeoplePickerNavigationController, ABPerson, Int32, Int32)

[Foundation.Export("peoplePickerNavigationController:shouldContinueAfterSelectingPerson:property:identifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldContinue(AddressBookUI.ABPeoplePickerNavigationController peoplePicker, AddressBook.ABPerson selectedPerson, int propertyId, int identifier);
[<Foundation.Export("peoplePickerNavigationController:shouldContinueAfterSelectingPerson:property:identifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool
override this.ShouldContinue : AddressBookUI.ABPeoplePickerNavigationController * AddressBook.ABPerson * int * int -> bool

Parameters

selectedPerson
ABPerson
propertyId
Int32
identifier
Int32

Returns

Implements

Attributes

Applies to