C# Class MobileKidsIdApp.iOS.Services.ContactPickerDelegate

Inheritance: CNContactPickerDelegate
ファイルを表示 Open project: HTBox/MobileKidsIdApp Class Usage Examples

Public Methods

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

Protected Methods

Method Description
ContactPickerDelegate ( NSObjectFlag t ) : System

Private Methods

Method Description
RaiseContactSelected ( CNContact contact ) : void
RaiseSelectionCanceled ( ) : void

Method Details

ContactPickerDelegate() public method

public ContactPickerDelegate ( ) : System
return System

ContactPickerDelegate() public method

public ContactPickerDelegate ( IntPtr handle ) : System
handle System.IntPtr
return System

ContactPickerDelegate() protected method

protected ContactPickerDelegate ( NSObjectFlag t ) : System
t NSObjectFlag
return System

ContactPickerDidCancel() public method

public ContactPickerDidCancel ( CNContactPickerViewController picker ) : void
picker CNContactPickerViewController
return void

DidSelectContact() public method

public DidSelectContact ( CNContactPickerViewController picker, CNContact contact ) : void
picker CNContactPickerViewController
contact CNContact
return void