Send Service
This interface defines methods to send events in a room. It's implemented at the room level.
Functions
Cancel all failed messages.
Cancel sending a specific event. It has to be in one of the sending states.
Remove this failed message from the timeline.
End a poll in the room.
Redact (delete) the given event.
Resend all failed messages one by one (and keep order).
Schedule this message to be resent.
Schedule this message to be resent.
Method to send a generic event asynchronously. If you want to send a state event, please use StateService instead.
Method to send a text message with a formatted body.
Method to send a media asynchronously.
Method to send a list of media asynchronously.
Method to quote an events content.
Method to send a text message asynchronously. The text to send can be a Spannable and contains special spans (MatrixItemSpan) that will be translated by the sdk into pills.
Method to send a poll response.