Optional
applicationThe name of your application.
- Available since v2.61.0.
- Will not be reported to Agama if not present
Optional
applicationThe version of your application
- Available since v2.61.0.
- Will not be reported to Agama if not present
The initial base configuration.
- For more information, consult the Agama documentation.
<br/> - 'emp_service=http://127.0.0.1:8191/report;report_interval=60;id_report_interval=240;operator_id=fooSoo'
Optional
connectionNetwork connection the device is currently using.
- These pre-defined Device type values must be used if the Device matches one of following: 'ethernet'
, 'wlan'
, 'mobile/3G'
, 'mobile/4G'
, 'mobile/5G'
.
- If no value is passed, the player will determine this based on the available browser APIs.
- Available since v6.5.0.
Optional
deviceIDThe identifier of the device.
- Available since v4.1.0.
- Make sure to pass a valid string as indicated by the Agama SDK documentation. No specific value format validation is performed on this
as that is deemed the responsibility of the one setting this value externally via this configuration property.
- Will be generated internally for each session if not present
Optional
deviceThe manufacturer of the device
- Available since v5.3.0
Optional
deviceThe model name of the Device, including the "submodel".
- Use the spelling set by the manufacturer.
- Available since v5.3.0
Optional
deviceThe name of the OS that the device is running.
- Use in combination with deviceOsVersion
.
- Include platform's name if the software can be used on various devices (e.g. case of Android platform).
- Available since v5.9.0
Optional
deviceThe version of the OS the device is running.
- Version should be reported in major.minor.patch notation (i.e. without build information).
- Available since v5.9.0
Optional
deviceA string describing the physical Device type
- These pre-defined Device type values must be used if the Device matches one of following: 'tablet'
, 'mobile'
, 'pc'
, 'media-streamer'
(used for Chromecast, Apple TV), 'game-console'
, 'tv'
.
- If no value is passed, the player will determine this based on the user agent.
- Available since v6.4.0
The identifier of the analytics integration.
Optional
logThe type of log level.
'fatal'
Optional
userThe identifier of the user account.
- Available since v2.61.0.
- Will not be reported to Agama if not present
Generated using TypeDoc
Describes the configuration of Agama.
Remarks
- Available since v2.45.6.