Contact

data class Contact(val id: UUID, val icon: ImageVector?, var name: String, val title: String, val description: String, val organization: String, val address: String, val options: List<ContactOption>)

Contact data class used to represent a contact.

Parameters

id

the unique identifier of the contact

icon

the icon of the contact

name

the name of the contact

title

the title of the contact

description

the description of the contact

organization

the organization of the contact

address

the address of the contact

options

the list of contact options

See also

Constructors

Link copied to clipboard
constructor(id: UUID, icon: ImageVector?, name: String, title: String, description: String, organization: String, address: String, options: List<ContactOption>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: UUID
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard