Package org.matrix.android.sdk.api.session.room.send

Types

Link copied to clipboard
interface DraftService
Link copied to clipboard
interface MatrixItemSpan

Tag class for spans that should mention a matrix item. These Spans will be transformed into pills when detected in message to send

Link copied to clipboard
interface SendService

This interface defines methods to send events in a room. It's implemented at the room level.

Link copied to clipboard
enum SendState : Enum<SendState>
Link copied to clipboard
interface UserDraft

Describes a user draft: REGULAR: draft of a classical message QUOTE: draft of a message which quotes another message EDIT: draft of an edition of a message REPLY: draft of a reply of another message.