1.0.1 • Published 9 months ago
capacitor-app-installer v1.0.1
capacitor-app-installer
CapacitorAppInstaller Capacitor Plugin
Install
npm install capacitor-app-installer
npx cap sync
API
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. |