Package io.getstream.chat.android.common.state
Types
Link copied to clipboard
Copy the message content.
Link copied to clipboard
class CustomAction(val message: Message, val extraProperties: Map<String, Any> = emptyMap()) : MessageAction
Content copied to clipboard
User-customizable action, with any number of extra properties.
Link copied to clipboard
Show a delete dialog for owned message.
Link copied to clipboard
Intended to be used for regulating visibility of deleted messages and filtering them out accordingly.
Link copied to clipboard
Start editing an owned message.
Link copied to clipboard
Show a flag dialog for a message.
Link copied to clipboard
Represents the list of actions users can take with selected messages.
Link copied to clipboard
Intended to be used for regulating the visibility of a single message footer visibility.
Link copied to clipboard
Represents the message mode that's currently active.
Link copied to clipboard
Mutes or unmutes the user who sent the message.
Link copied to clipboard
Pins or unpins the message from the channel.
Link copied to clipboard
class React(val reaction: Reaction, val message: Message) : MessageAction
Content copied to clipboard
Add/remove a reaction on a message.
Link copied to clipboard
Start a message reply.
Link copied to clipboard
Retry sending a message.
Link copied to clipboard
Start a thread reply.
Link copied to clipboard
Represents a validation error for the user input.