Engine Configuration
@Serializable
The EngineConfiguration class is the container of the details of the configuration to use during the Engine's session
Author
N7ghtm4r3 - Tecknobit
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
Constructors
Link copied to clipboard
constructor(appVersion: String? = null, androidConfig: AndroidConfig? = null, iosConfig: IosConfig? = null, desktopConfig: DesktopConfig? = null, webConfig: WebConfig? = null)
Types
Functions
Link copied to clipboard
Method to get the correct TargetConfig for based on the platform