IStorage

interface IStorage

Functions

clearCache
Link copied to clipboard
common
abstract fun clearCache()
getBool
Link copied to clipboard
common
abstract fun getBool(key: String): Boolean
getInt
Link copied to clipboard
common
abstract fun getInt(key: String): Int
getStr
Link copied to clipboard
common
abstract fun getStr(key: String): String?
setBool
Link copied to clipboard
common
abstract fun setBool(key: String, value: Boolean)
setInt
Link copied to clipboard
common
abstract fun setInt(key: String, value: Int)
setStr
Link copied to clipboard
common
abstract fun setStr(key: String, value: String)

Inheritors

AndroidPlatformStorage
Link copied to clipboard
IOSPlatformStorage
Link copied to clipboard
JSPlatformStorage
Link copied to clipboard