Skip to content

Instantly share code, notes, and snippets.

@chaosddp
Created April 15, 2016 05:12
Show Gist options
  • Save chaosddp/d9c70a423f5a73b352204604bfdf5e6b to your computer and use it in GitHub Desktop.
Save chaosddp/d9c70a423f5a73b352204604bfdf5e6b to your computer and use it in GitHub Desktop.
ContactPicker pickcer = new ContactPicker();
pickcer.DesiredFieldsWithContactFieldType.Add(ContactFieldType.PhoneNumber);
pickcer.SelectionMode = ContactSelectionMode.Fields;
var contact = await pickcer.PickContactAsync();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment