Package org. matrix. android. sdk. api. session. room. timeline
Types
This data class is a wrapper around an Event. It allows to get useful data in the context of a timeline. This class is used by TimelineService Users can also enrich it with metadata.
This interface defines methods to interact with the timeline. It's implemented at the room level.
Functions
Get the eventId which was edited by this event if any.
Get last MessageContent, after a possible edition.
Get the latest known eventId for an edited event, or the eventId for an Event which has not been edited.
Get the relation content if any.
Get the latest displayable content. Will take care to hide spoiler text
Get the latest message body, after a possible edition, stripping the reply prefix if necessary.
Tells if the event has been edited.
Returns true if it's a reply.
Returns whether or not the event is a root thread event.