ContactOption

data class ContactOption(val id: UUID, val name: String, val value: String, val icon: ImageVector?, val optionType: ContactOptionType)

ContactOption data class used to represent a contact option.

Parameters

id

the unique identifier of the contact option

name

the name of the contact option

value

the value of the contact option

icon

the icon of the contact option

optionType

the type of the contact option

See also

Constructors

Link copied to clipboard
constructor(id: UUID, name: String, value: String, icon: ImageVector?, optionType: ContactOptionType)

Properties

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