LibraryConfiguration

struct LibraryConfiguration

The object required to initiualize and configure any PredictiveService instance.

Summary

Initializers
LibraryConfiguration(license: LicenseConfiguration, language: LanguageConfiguration)
Properties
LicenseConfiguration license
The credentials for the Fleksy SDK license.
LanguageConfiguration language
The language configuration to be used.

Initializers

LibraryConfiguration

init(license: LicenseConfiguration, language: LanguageConfiguration = .init())
Parameters
license: LicenseConfiguration The credentials for the Fleksy SDK license.
language: LanguageConfiguration The language configuration to be used.

Properties

license

val license: LicenseConfiguration

The credentials for the Fleksy SDK license.

language

let language: LanguageConfiguration

The language configuration to be used.


If something needs to be added or if you find an error in our documentation, please let us know either on our GitHub or Discord.

Last updated on June 12, 2023