Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<UserId, UserPresence>>

Functions

Link copied to clipboard
abstract suspend fun delete(key: UserId)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(key: UserId): UserPresence?
Link copied to clipboard
abstract suspend fun save(key: UserId, value: UserPresence)
Link copied to clipboard
open override fun serializeKey(key: UserId): String