BibleDatabaseFactory

constructor(context: Context)

Constructor for creating a factory that opens databases from file paths.

Parameters

context

The Android application context


constructor(context: Context, replaceDatabase: Boolean, completionHandler: () -> Unit)

Deprecated

Use BibleDatabaseFactory(context) and create(filePath) instead to open databases directly without copying

Replace with

BibleDatabaseFactory(context)
constructor()

Constructor for creating a factory that opens databases from file paths.


constructor(replaceDatabase: Boolean, completionHandler: () -> Unit)

Deprecated

Use BibleDatabaseFactory() and create(filePath) instead to open databases directly without copying

Replace with

BibleDatabaseFactory()