13 references to Contact
Microsoft.Maui.Essentials (13)
Contacts\Contacts.netstandard.tvos.watchos.cs (2)
9 public Task<Contact> PickContactAsync() => 12 public Task<IEnumerable<Contact>> GetAllAsync(CancellationToken cancellationToken) =>
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"/>.