Package org. matrix. android. sdk. api. session. room. accountdata
Types
Link copied to clipboard
data class RoomAccountDataEvent( val roomId: String, val type: String, val content: Content)
Content copied to clipboard
This is a simplified Event with just a roomId, a type and a content. Currently used types are defined in RoomAccountDataTypes.
Link copied to clipboard
This service is attached to a single room.
Link copied to clipboard