Class: ApplicationConfiguration

ApplicationConfiguration

new ApplicationConfiguration()

Represents a application configuration

API Level 3
Properties:
Name Type Description
ApplicationConfiguration.application object Information regarding the client application system and properties.
Properties
Name Type Description
version string Full version string of client application
build_number int Build version of the client API. This number will increment with every release, making it a reliable way to determine client age.
api_level int API level supported by the client.
platform string Platform of client. Values: 'windows', 'macos', 'linux', 'android', or '' if the client is too old to support this or the client was unreachable.
Source: