Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val content: MutableStateFlow<Map<String, StoredNotificationUpdate>>

Functions

Link copied to clipboard
open suspend fun delete(key: String)
Link copied to clipboard
open suspend fun deleteAll()
Link copied to clipboard
open suspend override fun deleteByRoomId(roomId: RoomId)
Link copied to clipboard
open suspend fun get(key: String): StoredNotificationUpdate?
Link copied to clipboard
open suspend fun getAll(): List<StoredNotificationUpdate>
Link copied to clipboard
open suspend fun save(key: String, value: StoredNotificationUpdate)
Link copied to clipboard
open override fun serializeKey(key: String): String