0.0.2 • Published 2 years ago
capacitor-self-updater v0.0.2
capacitor-self-updater
A self-updater for capacitor-based Android applications.
Install
npm install capacitor-self-updater
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
|---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
installApk(...)
installApk(options: { filePath: string; }) => Promise<void>| Param | Type |
|---|---|
options | { filePath: string; } |
0.0.2
2 years ago