/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
protocol/json/keybase1/notify_service.json
62 строки
1 KB
Piotr Zduniak
Android deferred deeplinks integration (#23945)
29 апр 2020, 21:04
Не верифицирован
29 апр 2020, 21:04
15ce7ff
Код
Авторство
О чём код?
{ "protocol": "NotifyService", "imports": [ { "path": "common.avdl", "type": "idl" } ], "types": [ { "type": "record", "name": "HttpSrvInfo", "fields": [ { "type": "string", "name": "address" }, { "type": "string", "name": "token" } ] } ], "messages": { "HTTPSrvInfoUpdate": { "request": [ { "name": "info", "type": "HttpSrvInfo" } ], "response": null, "oneway": true, "lint": "ignore" }, "handleKeybaseLink": { "request": [ { "name": "link", "type": "string" }, { "name": "deferred", "type": "boolean" } ], "response": null, "oneway": true }, "shutdown": { "request": [ { "name": "code", "type": "int" } ], "response": null } }, "namespace": "keybase.1" }