SdkStorage

interface SdkStorage

Inheritors

Functions

Link copied to clipboard
abstract suspend fun clear()
Link copied to clipboard
abstract suspend fun get(key: String): String?
Link copied to clipboard
abstract suspend fun put(key: String, value: String)
Link copied to clipboard
abstract suspend fun remove(key: String)