Package com.keygenqt.viewer.data.storage

Types

AndroidPlatformStorage
Link copied to clipboard
class AndroidPlatformStorage(storage: PlatformStorage) : IStorage
CrossStorage
Link copied to clipboard
common
class CrossStorage(storage: PlatformStorage)
IOSPlatformStorage
Link copied to clipboard
ios
class IOSPlatformStorage(storage: <ERROR CLASS>) : IStorage
IStorage
Link copied to clipboard
common
interface IStorage
JSPlatformStorage
Link copied to clipboard
js
class JSPlatformStorage(storage: StorageClass) : IStorage
PlatformStorage
Link copied to clipboard
class PlatformStorage
typealias PlatformStorage = EncryptedSharedPreferences
typealias PlatformStorage = <ERROR CLASS>
typealias PlatformStorage = StorageClass
StorageClass
Link copied to clipboard
js
class StorageClass : Storage

Functions

getStorage
Link copied to clipboard
common
fun getStorage(storage: PlatformStorage): IStorage