Здесь показаны различия между двумя версиями данной страницы.
| Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
|
yovokids_api_init [2022/10/28 06:55] serg |
yovokids_api_init [2022/10/28 06:59] (текущий) serg |
||
|---|---|---|---|
| Строка 13: | Строка 13: | ||
| ApkVer* int //bundle code or apk version int | ApkVer* int //bundle code or apk version int | ||
| OSint* TOs //(enum see below) | OSint* TOs //(enum see below) | ||
| + | //Если есть Uid и token - логин с их помощью | ||
| Uid int64 //if exist | Uid int64 //if exist | ||
| Token string //if uid>0 | Token string //if uid>0 | ||
| - | //other login method (android device id) | + | //если логина и токена нет, тогда берем системные |
| GAID string | GAID string | ||
| GaidType int | GaidType int | ||
| Строка 27: | Строка 28: | ||
| OSIOs | OSIOs | ||
| OSAmazon | OSAmazon | ||
| + | ) | ||
| + | |||
| + | type TGAIDType int | ||
| + | const ( | ||
| + | GTUnknown TGAIDType = iota | ||
| + | GTAppID | ||
| + | GTPubID | ||
| ) | ) | ||
| </code> | </code> | ||