Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
The kik client version composed of major, minor, bugfix, build, and/or dev_build version numbers. The string representation of release builds is {major}.{minor}.{bugfix}.{build} The string representation of internal (dev) builds is {major}.{minor}.{bugfix}-{dev_build} In rare cases, we can see an internal build with the format {major}.{minor}.{bugfix}.{build}-{dev_build} It is expected that major and minor versions will be double digit. NOTE: where we validate max_val: 2147483648, this is 2^31 and using this validation allows us to drop the value directly into a signed java int.
Used in:
The maximum of 10 comes from the current limitation in the device database where the full string representation of the clients version must be less than 16 characters. and the shortest major.minor.bugfix. string is 6. (16 - 6 = 10) This is optional
The dev build occurs after the first optional dash ("-") character, and is represented as everything after, including any subsequent dashes. The maximum of 10 comes from the current limitation in the device database where the full string representation of the clients version must be less than 16 characters. and the shortest major.minor.bugfix- string is 6. (16 - 6 = 10) This is optional
Used in:
Used in:
Any android-based device. Classic used "CAN"
Any iOS-based device. Classic used "CIP"
'Headless' test clients, used for System Tests. Classic used "CTS"