Builder

class Builder(context: Context, storageFile: Path)

A builder for AndroidStorageEngine.

Parameters

context

application context.

storagePath

the file to store data in.

Constructors

Link copied to clipboard
constructor(context: Context, storageFile: Path)

Functions

Link copied to clipboard
Link copied to clipboard
fun setUseEncryption(useEncryption: Boolean): <Error class: unknown class>

Sets whether to encrypt the backing file on disk.