1 instantiation of Contact
Microsoft.Maui.Essentials (1)
Contacts\Contacts.ios.macos.cs (1)
101 return new Contact(
18 references to Contact
Microsoft.Maui.Essentials (18)
Contacts\Contacts.ios.macos.cs (7)
19 public Task<Contact> PickContactAsync() 23 var source = new TaskCompletionSource<Contact>(); 52 public Task<IEnumerable<Contact>> GetAllAsync(CancellationToken cancellationToken) 70 return Task.FromResult<IEnumerable<Contact>>(Array.Empty<Contact>()); 74 IEnumerable<Contact> GetEnumerable() 91 internal static Contact ConvertContact(CNContact contact)
Contacts\Contacts.shared.cs (4)
17 Task<Contact?> PickContactAsync(); 24 Task<IEnumerable<Contact>> GetAllAsync(CancellationToken cancellationToken = default); 36 public static Task<Contact?> PickContactAsync() => 44 public static Task<IEnumerable<Contact>> GetAllAsync(CancellationToken cancellationToken = default) =>
Types\Contact.shared.cs (7)
14 /// Initializes a new instance of the <see cref="Contact"/> class. 21 /// Initializes a new instance of the <see cref="Contact"/> class with the given data. 105 /// Returns a string representation of the current values of <see cref="Contact"/>. 122 /// Represents an email address that is associated with a <see cref="Contact"/>. 148 /// Returns a string representation of the current values of <see cref="Contact"/>. 155 /// Represents a phone number that is associated with a <see cref="Contact"/>. 181 /// Returns a string representation of the current values of <see cref="Contact"/>.