AndroidStorage
Storage implementation based on Android SQLiteDatabase API.
Constructors
Link copied to clipboard
constructor(database: SQLiteDatabase, clock: Clock = Clock.System, coroutineContext: CoroutineContext = Dispatchers.IO, keySize: Int = 9)
constructor(databasePath: String?, clock: Clock = Clock.System, coroutineContext: CoroutineContext = Dispatchers.IO, keySize: Int = 9)