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. |
supportedConversions |
object
|
An object mapping input formats
to the possible outputed conversions. For example, the key "bmp" would reference an array ["zpl", "cpcl", "kpl"], meaning bitmaps can be converted to the ZPL programming language, the CPCL programming language, or the KPL programming language |
|