> For the complete documentation index, see [llms.txt](https://docs.17movement.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.17movement.net/phone/exports/store/client-exports.md).

# CLIENT EXPORTS

## UninstallApp

Uninstalling the given in parameter app.

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

#### Arguments:

<table><thead><tr><th width="122" align="center">Argument</th><th width="93" align="center">Type</th><th width="105" align="center">Optional</th><th>Explanation</th></tr></thead><tbody><tr><td align="center">appName</td><td align="center"><code>string</code></td><td align="center">❌</td><td>App name from Config.AppDefinitions</td></tr></tbody></table>

***

## InstallApp

Installing the given in parameter app

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

#### Arguments:

<table><thead><tr><th width="122" align="center">Argument</th><th width="93" align="center">Type</th><th width="105" align="center">Optional</th><th>Explanation</th></tr></thead><tbody><tr><td align="center">appName</td><td align="center"><code>string</code></td><td align="center">❌</td><td>App name from Config.AppDefinitions</td></tr></tbody></table>
