Companion

object Companion

Functions

Link copied to clipboard
fun create(fileSystem: FileSystem, presetsBasePath: String, brandPresetsBasePath: String? = null): FeatureDictionary

Create a new FeatureDictionary which gets its data from the given directory. Optionally, a path to brand presets can be specified.

Link copied to clipboard
fun FeatureDictionary.Companion.create(assetManager: AssetManager, presetsBasePath: String, brandPresetsBasePath: String? = null): FeatureDictionary

Create a new FeatureDictionary which gets its data from the given directory in the app's asset folder. Optionally, the path to the brand presets can be specified.