0.0.2 • Published 1 year 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 sync
API
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
1 year ago