C# Class ClanceysLib.PickerDelegate

Inheritance: ABPeoplePickerNavigationControllerDelegate
Show file Open project: Clancey/ClanceyLib

Public Methods

Method Description
ShouldContinue ( ABPeoplePickerNavigationController peoplePicker, IntPtr selectedPerson ) : bool
ShouldContinue ( ABPeoplePickerNavigationController peoplePicker, IntPtr selectedPerson, int propertyId, int identifier ) : bool

Method Details

ShouldContinue() public method

public ShouldContinue ( ABPeoplePickerNavigationController peoplePicker, IntPtr selectedPerson ) : bool
peoplePicker ABPeoplePickerNavigationController
selectedPerson System.IntPtr
return bool

ShouldContinue() public method

public ShouldContinue ( ABPeoplePickerNavigationController peoplePicker, IntPtr selectedPerson, int propertyId, int identifier ) : bool
peoplePicker ABPeoplePickerNavigationController
selectedPerson System.IntPtr
propertyId int
identifier int
return bool