SharedContact

data class SharedContact(name: SharedContactName?, email: List<SharedContactEmail>, phone: List<SharedContactPhone>, address: List<SharedContactAddress>, avatar: SharedContactAvatar?, organization: String?)

Properties

Link copied to clipboard
val address: List<SharedContactAddress>

the physical addresses of the shared contact

Link copied to clipboard
val avatar: SharedContactAvatar? = null

the profile picture/avatar of the shared contact

Link copied to clipboard
val email: List<SharedContactEmail>

the email addresses of the shared contact

Link copied to clipboard
val name: SharedContactName? = null

the name of the shared contact

Link copied to clipboard
val organization: String? = null

the organization (e.g. workplace) of the shared contact

Link copied to clipboard
val phone: List<SharedContactPhone>

the phone numbers of the shared contact