C# Class MobileKidsIdApp.iOS.Services.ContactPickerDelegate

Inheritance: CNContactPickerDelegate
Afficher le fichier Open project: HTBox/MobileKidsIdApp Class Usage Examples

Méthodes publiques

Méthode Description
ContactPickerDelegate ( ) : System
ContactPickerDelegate ( IntPtr handle ) : System
ContactPickerDidCancel ( CNContactPickerViewController picker ) : void
DidSelectContact ( CNContactPickerViewController picker, CNContact contact ) : void

Méthodes protégées

Méthode Description
ContactPickerDelegate ( NSObjectFlag t ) : System

Private Methods

Méthode Description
RaiseContactSelected ( CNContact contact ) : void
RaiseSelectionCanceled ( ) : void

Method Details

ContactPickerDelegate() public méthode

public ContactPickerDelegate ( ) : System
Résultat System

ContactPickerDelegate() public méthode

public ContactPickerDelegate ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

ContactPickerDelegate() protected méthode

protected ContactPickerDelegate ( NSObjectFlag t ) : System
t NSObjectFlag
Résultat System

ContactPickerDidCancel() public méthode

public ContactPickerDidCancel ( CNContactPickerViewController picker ) : void
picker CNContactPickerViewController
Résultat void

DidSelectContact() public méthode

public DidSelectContact ( CNContactPickerViewController picker, CNContact contact ) : void
picker CNContactPickerViewController
contact CNContact
Résultat void