MonoTouch.AddressBookUI
MonoTouch.AddressBookUI Namespace
User interface elements for accessing the AddressBook
Classes
Type
Reason
ABAddressFormatting
Utility class that formats one of the
MonoTouch.Foundation.NSDictionary
returned by the
MonoTouch.AddressBook.ABPerson.GetAddresses
method.
ABNewPersonCompleteEventArgs
Provides data for the
MonoTouch.AddressBookUI.ABNewPersonCompleteEventArgs.NewPersonComplete
event.
ABNewPersonViewController
A view controller used to create a new contact.
ABNewPersonViewControllerDelegate
The delegate object for
MonoTouch.AddressBookUI.ABNewPersonViewController
. Provides an event when data entry is complete.
ABPeoplePickerNavigationController
A
MonoTouch.UIKit.UINavigationController
that allows the application user to select a contact or contact information from an
MonoTouch.AddressBook.ABAddressBook
.
ABPeoplePickerNavigationController+ABPeoplePickerNavigationControllerAppearance
Appearance class for objects of type
MonoTouch.AddressBookUI.ABPeoplePickerNavigationController
.
ABPeoplePickerNavigationControllerDelegate
A delegate object that allows the application developer to have fine-grained control of events in the life-cycle of a
MonoTouch.AddressBookUI.ABPeoplePickerNavigationController
.
ABPeoplePickerNavigationControllerDelegate_Extensions
Extension methods to the
MonoTouch.AddressBookUI.IABPeoplePickerNavigationControllerDelegate
interface to support all the methods from the
MonoTouch.AddressBookUI.ABPeoplePickerNavigationControllerDelegate
protocol.
ABPeoplePickerPerformActionEventArgs
Provides data for the
MonoTouch.AddressBookUI.ABPeoplePickerPerformActionEventArgs.PerformAction
event.
ABPeoplePickerSelectPersonEventArgs
Provides data for the
MonoTouch.AddressBookUI.ABPeoplePickerSelectPersonEventArgs.SelectPerson
event.
ABPersonPredicateKey
Constants for use with
MonoTouch.AddressBookUI.ABPeoplePickerNavigationController
predicate methods (
MonoTouch.AddressBookUI.ABPeoplePickerNavigationController.PredicateForEnablingPerons
,
MonoTouch.AddressBookUI.ABPeoplePickerNavigationController.PredicateForSelectionOfPerson
and
MonoTouch.AddressBookUI.ABPeoplePickerNavigationController.PredicateForSelectionOfProperty
).
ABPersonViewController
A
MonoTouch.UIKit.UIViewController
that displays the data of an
MonoTouch.AddressBook.ABPerson
.
ABPersonViewControllerDelegate
A delegate object that allows the application developer have fine-grained control of events in the life-cycle of a
MonoTouch.AddressBookUI.ABPersonViewController
.
ABPersonViewPerformDefaultActionEventArgs
Provides data for the
MonoTouch.AddressBookUI.ABPersonViewPerformDefaultActionEventArgs.PerformDefaultAction
and
MonoTouch.AddressBookUI.ABPersonViewPerformDefaultActionEventArgs.PerformDefaultAction
events.
ABUnknownPersonCreatedEventArgs
Provides data for the
MonoTouch.AddressBookUI.ABUnknownPersonCreatedEventArgs.PersonCreated
event.
ABUnknownPersonViewController
A
MonoTouch.UIKit.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
MonoTouch.AddressBookUI.ABUnknownPersonViewController
.
ABUnknownPersonViewControllerDelegate_Extensions
Extension methods to the
MonoTouch.AddressBookUI.IABUnknownPersonViewControllerDelegate
interface to support all the methods from the
MonoTouch.AddressBookUI.ABUnknownPersonViewControllerDelegate
protocol.
DisplayedPropertiesCollection
A collection of
MonoTouch.AddresssBook.ABPersonProperty
s returned by the
MonoTouch.AddressBookUI.ABPeoplePickerNavigationController.DisplayedProperties
and
MonoTouch.AddressBookUI.ABPersonViewController.DisplayedProperties
properties.
IABNewPersonViewControllerDelegate
Interface representing the required methods (if any) of the protocol
MonoTouch.AddressBookUI.ABNewPersonViewControllerDelegate
.
IABPeoplePickerNavigationControllerDelegate
Interface representing the required methods (if any) of the protocol
MonoTouch.AddressBookUI.ABPeoplePickerNavigationControllerDelegate
.
IABPersonViewControllerDelegate
Interface representing the required methods (if any) of the protocol
MonoTouch.AddressBookUI.ABPersonViewControllerDelegate
.
IABUnknownPersonViewControllerDelegate
Interface representing the required methods (if any) of the protocol
MonoTouch.AddressBookUI.ABUnknownPersonViewControllerDelegate
.