ReactionOptionItemState

data class ReactionOptionItemState(val painter: Painter, val type: String, val emojiCode: String? = null)

UI representation of reactions.

Parameters

painter

The icon of the option.

type

The String representation of the reaction, for the API.

emojiCode

The optional emoji code to be shown in the push notification text, for the API.

Constructors

Link copied to clipboard
constructor(painter: Painter, type: String, emojiCode: String? = null)

Properties

Link copied to clipboard
val emojiCode: String? = null
Link copied to clipboard
Link copied to clipboard