Package-level declarations
Types
Link copied to clipboard
interface CanDoAction
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class GlobalAccountDataEventHandler(api: MatrixClientServerApiClient, globalAccountDataStore: GlobalAccountDataStore, tm: TransactionManager) : EventHandler
Link copied to clipboard
interface LazyMemberEventHandler
Link copied to clipboard
Link copied to clipboard
class LoadMembersServiceImpl(roomStore: RoomStore, lazyMemberEventHandlers: List<LazyMemberEventHandler>, currentSyncState: CurrentSyncState, api: MatrixClientServerApiClient, scope: CoroutineScope) : LoadMembersService
Link copied to clipboard
Link copied to clipboard
class ReceiptEventHandler(api: MatrixClientServerApiClient, roomUserStore: RoomUserStore, tm: TransactionManager) : EventHandler
Link copied to clipboard
class UserMemberEventHandler(api: MatrixClientServerApiClient, accountStore: AccountStore, roomUserStore: RoomUserStore, userInfo: UserInfo, tm: TransactionManager) : EventHandler, LazyMemberEventHandler
Link copied to clipboard
class UserPresenceEventHandler(userPresenceStore: UserPresenceStore, tm: TransactionManager, clock: Clock, api: MatrixClientServerApiClient) : EventHandler
Link copied to clipboard
interface UserService
Link copied to clipboard
class UserServiceImpl(roomStore: RoomStore, roomUserStore: RoomUserStore, roomStateStore: RoomStateStore, roomTimelineStore: RoomTimelineStore, userPresenceStore: UserPresenceStore, globalAccountDataStore: GlobalAccountDataStore, loadMembersService: LoadMembersService, userInfo: UserInfo, currentSyncState: CurrentSyncState, getPowerLevelDelegate: GetPowerLevel, canDoAction: CanDoAction, clock: Clock, mappings: EventContentSerializerMappings, config: MatrixClientConfiguration) : UserService
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <C : GlobalAccountDataEventContent> UserService.getAccountData(key: String = ""): Flow<C?>