UserMemberEventHandler
class UserMemberEventHandler(api: MatrixClientServerApiClient, accountStore: AccountStore, roomUserStore: RoomUserStore, userInfo: UserInfo, tm: TransactionManager) : EventHandler, LazyMemberEventHandler
Constructors
Link copied to clipboard
constructor(api: MatrixClientServerApiClient, accountStore: AccountStore, roomUserStore: RoomUserStore, userInfo: UserInfo, tm: TransactionManager)
Functions
Link copied to clipboard
open suspend override fun handleLazyMemberEvents(memberEvents: List<ClientEvent.RoomEvent.StateEvent<MemberEventContent>>)
Link copied to clipboard