Package-level declarations
Types
Link copied to clipboard
class GlobalAccountDataEventHandler(api: MatrixClientServerApiClient, globalAccountDataStore: GlobalAccountDataStore, tm: RepositoryTransactionManager) : EventHandler
Link copied to clipboard
interface LazyMemberEventHandler
Link copied to clipboard
Link copied to clipboard
class ReceiptEventHandler(api: MatrixClientServerApiClient, roomUserStore: RoomUserStore, tm: RepositoryTransactionManager) : EventHandler
Link copied to clipboard
class UserMemberEventHandler(api: MatrixClientServerApiClient, accountStore: AccountStore, roomUserStore: RoomUserStore, tm: RepositoryTransactionManager) : EventHandler, LazyMemberEventHandler
Link copied to clipboard
interface UserService
Link copied to clipboard
class UserServiceImpl(roomUserStore: RoomUserStore, roomStore: RoomStore, roomStateStore: RoomStateStore, roomTimelineStore: RoomTimelineStore, globalAccountDataStore: GlobalAccountDataStore, api: MatrixClientServerApiClient, presenceEventHandler: PresenceEventHandler, lazyMemberEventHandlers: List<LazyMemberEventHandler>, currentSyncState: CurrentSyncState, userInfo: UserInfo, mappings: EventContentSerializerMappings, tm: RepositoryTransactionManager, scope: CoroutineScope) : UserService
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <C : GlobalAccountDataEventContent> UserService.getAccountData(key: String = ""): Flow<C?>