IOSPlatformStorage

class IOSPlatformStorage(storage: <ERROR CLASS>) : IStorage

Functions

clearCache
Link copied to clipboard
ios
open override fun clearCache(): <ERROR CLASS>
getBool
Link copied to clipboard
ios
open override fun getBool(key: String): <ERROR CLASS>
getInt
Link copied to clipboard
ios
open override fun getInt(key: String): <ERROR CLASS>
getStr
Link copied to clipboard
ios
open override fun getStr(key: String): String?
setBool
Link copied to clipboard
ios
open override fun setBool(key: String, value: Boolean): <ERROR CLASS>
setInt
Link copied to clipboard
ios
open override fun setInt(key: String, value: Int): <ERROR CLASS>
setStr
Link copied to clipboard
ios
open override fun setStr(key: String, value: String): <ERROR CLASS>

Properties

storage
Link copied to clipboard
ios
private val storage: <ERROR CLASS>