Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open suspend fun delete(firstKey: String, secondKey: String)
Link copied to clipboard
open suspend fun deleteAll()
Link copied to clipboard
open suspend fun get(firstKey: String): Map<String, ClientEvent.GlobalAccountDataEvent<*>>
open suspend fun get(firstKey: String, secondKey: String): ClientEvent.GlobalAccountDataEvent<*>?
Link copied to clipboard
open suspend fun save(firstKey: String, secondKey: String, value: ClientEvent.GlobalAccountDataEvent<*>)
Link copied to clipboard
open override fun serializeKey(firstKey: String, secondKey: String): String