Package-level declarations

Types

Link copied to clipboard
@Serializable
data class EngineConfiguration(    val appVersion: String? = null,     val androidConfig: AndroidConfig? = null,     val iosConfig: IosConfig? = null,     val desktopConfig: DesktopConfig? = null,     val webConfig: WebConfig? = null)

The EngineConfiguration class is the container of the details of the configuration to use during the Engine's session