Engine Configuration
constructor(appVersion: String? = null, androidConfig: AndroidConfig? = null, iosConfig: IosConfig? = null, desktopConfig: DesktopConfig? = null, webConfig: WebConfig? = null)
Parameters
app Version
The current application version managed by the Engine
android Config
The specific configuration for the Android target
ios Config
The specific configuration for the iOs target
desktop Config
The specific configuration for the desktop target
web Config
The specific configuration for the web target