capacitor-app-installer
v1.0.2
Published
CapacitorAppInstaller Capacitor Plugin
Readme
capacitor-app-installer
CapacitorAppInstaller Capacitor Plugin
Install
npm install capacitor-app-installer
npx cap syncAPI
The Capacitor App Installer Plugin.
install(...)
install(options: AppInstallOptions) => Promise<void>Installs an application with the given options.
| Param | Type | Description |
| ------------- | --------------------------------------------------------------- | --------------------------------------- |
| options | AppInstallOptions | - The options for the app installation. |
Interfaces
AppInstallOptions
Options for installing an application.
| Prop | Type | Description |
| ---------- | ------------------- | ------------------------------------- |
| file | string | The path to the file to be installed. |
