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)

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
interface RoomAccountDataService

This service is attached to a single room.

Link copied to clipboard
object RoomAccountDataTypes