Room Account Data Store
class RoomAccountDataStore(roomAccountDataRepository: RoomAccountDataRepository, tm: TransactionManager, contentMappings: EventContentSerializerMappings, config: MatrixClientConfiguration, storeScope: CoroutineScope) : Store
Constructors
Link copied to clipboard
constructor(roomAccountDataRepository: RoomAccountDataRepository, tm: TransactionManager, contentMappings: EventContentSerializerMappings, config: MatrixClientConfiguration, storeScope: CoroutineScope)