ContactOption

constructor(id: UUID = UUID(), image: ImageVector?, title: StringResource, action: (Context) -> Unit)

Parameters

id

the unique identifier of the contact option

image

the image of the contact option

title

the title of the contact option

action

the action of the contact option