Share via


Contacts.PickContactAsync Method

Definition

Starts file picker for selecting a single contact.

public static System.Threading.Tasks.Task<Xamarin.Essentials.Contact> PickContactAsync ();

Returns

System.Threading.Tasks.Task<Contact>

Returns a single contact, or null if the user cancelled the operation.

Applies to