Contact
data class Contact(val id: String, val uri: Uri, val name: String, val phoneNumbers: List<PhoneNumber> = emptyList(), val emailAddresses: List<EmailAddress> = emptyList(), val postalAddresses: List<PostalAddress> = emptyList(), val customActions: List<CustomContactAction> = emptyList(), val photoUri: Uri? = null)
Constructors
Link copied to clipboard
constructor(id: String, uri: Uri, name: String, phoneNumbers: List<PhoneNumber> = emptyList(), emailAddresses: List<EmailAddress> = emptyList(), postalAddresses: List<PostalAddress> = emptyList(), customActions: List<CustomContactAction> = emptyList(), photoUri: Uri? = null)
Properties
Link copied to clipboard
List of additional actions to contact this person. For example, call on WhatsApp, send a message on Telegram, etc.
Link copied to clipboard
List of email addresses for this contact.
Link copied to clipboard
List of phone numbers for this contact.
Link copied to clipboard
List of postal addresses for this contact.