Engine Configuration

constructor(host: String, serverSecret: String, applicationId: String, appVersion: String? = null, androidConfig: AndroidConfig? = null, iosConfig: IosConfig? = null, desktopConfig: DesktopConfig? = null, webConfig: WebConfig? = null)

Parameters

host

The host address value of the collector server

serverSecret

The server secret of the personal Ametista backend instance

applicationId

The identifier of the application to collect its data

appVersion

The current application version managed by the Engine

androidConfig

The specific configuration for the Android target

iosConfig

The specific configuration for the iOs target

desktopConfig

The specific configuration for the desktop target

webConfig

The specific configuration for the web target