Conversation Button
class ConversationButton<T>( val id: String, val label: String?, val emoji: ReactionEmoji?, val value: T, val style: ButtonStyle)
Content copied to clipboard
A simple button builder
Parameters
id
The UUID of the component
label
The Button text
emoji
The Button emoji
value
The value returned when this button is pressed
style
The Button style
Constructors
Link copied to clipboard
fun <T> ConversationButton( id: String, label: String?, emoji: ReactionEmoji?, value: T, style: ButtonStyle)
Content copied to clipboard