For the complete documentation index, see llms.txt. This page is also available as Markdown.

CLIENT EXPORTS

UninstallApp

Uninstalling the given in parameter app.

exports["17mov_Phone"]:UninstallApp(appName)

Arguments:

Argument
Type
Optional
Explanation

appName

string

App name from Config.AppDefinitions


InstallApp

Installing the given in parameter app

exports["17mov_Phone"]:InstallApp(appName)

Arguments:

Argument
Type
Optional
Explanation

appName

string

App name from Config.AppDefinitions

Last updated