info on how to check the availability of the API function

This commit is contained in:
Evgeny
2022-07-30 15:18:56 +03:00
parent 1a8e864e59
commit 1183ec7bb9
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
function on_resume()
if ui.show_list_dialog then
ui:show_text("list dialog supported")
else
ui:show_text("list dialog is not supported")
end
end