CNContactViewControllerDelegate.DidComplete Method

Definition

Method that is called after the view is presented.

[Foundation.Export("contactViewController:didCompleteWithContact:")]
public virtual void DidComplete (ContactsUI.CNContactViewController viewController, Contacts.CNContact contact);
abstract member DidComplete : ContactsUI.CNContactViewController * Contacts.CNContact -> unit
override this.DidComplete : ContactsUI.CNContactViewController * Contacts.CNContact -> unit

Parameters

viewController
CNContactViewController
contact
CNContact

To be added.

This parameter can be null.

Attributes

Applies to