SqlCipherLoader

interface SqlCipherLoader

Functions

Link copied to clipboard
abstract suspend fun waitForLibraryLoad(timeoutMillis: Long): Result<Unit>

Suspends until the SQLCipher native library is ready to use. Safe to call from any thread. Returns immediately if already loaded.