ClientInfo

constructor(appName: String? = null, appVersion: Int? = null, deviceName: String? = null, osName: String? = null, osVersion: String? = null, sdkName: String? = null, sdkVersion: Int? = null, type: String? = null)

Parameters

appName

The name of the application (e.g. \"Cardio Health\").

appVersion

The version of the application (must be a number, and should increase with every new release of the application).

deviceName

Information about the device (e.g. \"Unknown iPhone\").

osName

The name of the operating system (conventional names are \"Android\" and \"iPhone OS\").

osVersion

The version of the operating system (e.g. \"10.0.3\").

sdkName

The name of the SDK being used (e.g. \"BridgeJavaSDK\").

sdkVersion

The version of the SDK being used (e.g. \"4\").

type

ClientInfo