add on_apps_changed to readme

This commit is contained in:
Evgeny
2021-09-10 13:57:49 +03:00
parent 6b1800a627
commit a853ca6567
2 changed files with 4 additions and 0 deletions

View File

@@ -116,6 +116,8 @@ Sorting options:
* `launch_time` - by launch time; * `launch_time` - by launch time;
* `install_time` - by installation time. * `install_time` - by installation time.
Any application-related events (installation, removal, name change, etc.) will call the `on_apps_changed()` callback.
# Network # Network
* `http:get(url, [id])` - executes an HTTP GET request, id - the request identifier string (see below); * `http:get(url, [id])` - executes an HTTP GET request, id - the request identifier string (see below);

View File

@@ -116,6 +116,8 @@ ui:show_context_menu({
* `launch_time` - по времени запуска; * `launch_time` - по времени запуска;
* `install_time` - по времени установки. * `install_time` - по времени установки.
При любых событиях, связанных с приложениями (установка, удаление, изменение имени и т.д.), будет вызван колбек `on_apps_changed()`.
# Сетевые функции # Сетевые функции
* `http:get(url, [id])` - выполняет запрос HTTP GET, id - строка-идентификатор запрос (см. ниже); * `http:get(url, [id])` - выполняет запрос HTTP GET, id - строка-идентификатор запрос (см. ниже);