InitialRealmFileConfiguration

data class InitialRealmFileConfiguration(val assetFile: String, val checksum: String?)

Configuration for pre-bundled asset files used as initial state of the realm file.

Constructors

Link copied to clipboard
constructor(assetFile: String, checksum: String?)

Properties

Link copied to clipboard

Path to the realm file. This will be interpreted differently depending on the platform. See SharedBuilder.initialRealmFile for details.

Link copied to clipboard

Asset file SHA256-checksum used to verify the integrity of the asset file. See SharedBuilder.initialRealmFile for details.