AddressBookUI Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The AddressBookUI namespace provides standard UIs for interacting with the Address Book.
Classes
| Name | Description |
|---|---|
| ABAddressFormatting |
Utility class that formats one of the NSDictionary returned by the GetVCards(ABPerson[]) method. |
| ABNewPersonCompleteEventArgs |
Provides data for the NewPersonComplete event. |
| ABNewPersonViewController |
A view controller used to create a new contact. |
| ABNewPersonViewControllerDelegate |
The delegate object for ABNewPersonViewController. Provides an event when data entry is complete. |
| ABPeoplePickerNavigationController |
A UINavigationController that allows the application user to select a contact or contact information from an ABAddressBook. |
| ABPeoplePickerNavigationController.ABPeoplePickerNavigationControllerAppearance |
Appearance class for objects of type ABPeoplePickerNavigationController. |
| ABPeoplePickerNavigationControllerDelegate |
A delegate object that allows the application developer to have fine-grained control of events in the life-cycle of a ABPeoplePickerNavigationController. |
| ABPeoplePickerNavigationControllerDelegate_Extensions |
Extension methods to the IABPeoplePickerNavigationControllerDelegate interface to support all the methods from the ABPeoplePickerNavigationControllerDelegate protocol. |
| ABPeoplePickerPerformAction2EventArgs |
Provides data for the PerformAction2 event. |
| ABPeoplePickerPerformActionEventArgs |
Provides data for the PerformAction event. |
| ABPeoplePickerSelectPerson2EventArgs |
Provides data for the SelectPerson2 event. |
| ABPeoplePickerSelectPersonEventArgs |
Provides data for the SelectPerson event. |
| ABPersonPredicateKey |
Constants for use with ABPeoplePickerNavigationController predicate methods (PredicateForEnablingPerson, PredicateForSelectionOfPerson and PredicateForSelectionOfProperty). |
| ABPersonViewController |
A UIViewController that displays the data of an ABPerson. |
| ABPersonViewControllerDelegate |
A delegate object that allows the application developer have fine-grained control of events in the life-cycle of a ABPersonViewController. |
| ABPersonViewPerformDefaultActionEventArgs |
Provides data for the PerformDefaultAction and PerformDefaultAction events. |
| ABUnknownPersonCreatedEventArgs |
Provides data for the PersonCreated event. |
| ABUnknownPersonViewController |
A UIViewController that allows the application user to enter data and create a new person record. |
| ABUnknownPersonViewControllerDelegate |
A delegate object that allows the application developer have fine-grained control of events in the life-cycle of a ABUnknownPersonViewController. |
| ABUnknownPersonViewControllerDelegate_Extensions |
Extension methods to the IABUnknownPersonViewControllerDelegate interface to support all the methods from the ABUnknownPersonViewControllerDelegate protocol. |
| DisplayedPropertiesCollection |
A collection of ABPersonPropertys returned by the DisplayedProperties and DisplayedProperties properties. |
Interfaces
| Name | Description |
|---|---|
| IABNewPersonViewControllerDelegate |
The delegate object for ABNewPersonViewController. Provides an event when data entry is complete. |
| IABPeoplePickerNavigationControllerDelegate |
A delegate object that allows the application developer to have fine-grained control of events in the life-cycle of a ABPeoplePickerNavigationController. |
| IABPersonViewControllerDelegate |
A delegate object that allows the application developer have fine-grained control of events in the life-cycle of a ABPersonViewController. |
| IABUnknownPersonViewControllerDelegate |
A delegate object that allows the application developer have fine-grained control of events in the life-cycle of a ABUnknownPersonViewController. |