BibleDatabaseFactory

Constructors

Link copied to clipboard
constructor(context: Context)

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

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

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

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

Functions

Link copied to clipboard
actual fun create(): BibleDatabase

actual fun create(filePath: String): BibleDatabase

Creates a database using a direct file path (no asset copying).

actual fun create(): BibleDatabase

actual fun create(filePath: String): BibleDatabase

Creates a database using a direct file path.