UserService
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <C : GlobalAccountDataEventContent> getAccountData(eventContentClass: KClass<C>, key: String = ""): Flow<C?>
Link copied to clipboard
inline fun <C : GlobalAccountDataEventContent> UserService.getAccountData(key: String = ""): Flow<C?>
Link copied to clipboard
Link copied to clipboard
abstract fun getPowerLevel(userId: UserId, createEvent: ClientEvent.StateBaseEvent<CreateEventContent>, powerLevelsEventContent: PowerLevelsEventContent?): PowerLevel
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard