package common.client.v2

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ClientLocale

client_meta.proto:70

Used in: mobile.iam.v2.RegisterRequest

message ClientVersion

client_meta.proto:43

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: mobile.iam.v2.RegisterRequest

message DeviceDetails

client_meta.proto:20

Used in: mobile.iam.v2.RegisterRequest

enum DeviceDetails.DeviceType

client_meta.proto:22

Used in: DeviceDetails