0.0.2 • Published 1 year ago

capacitor-self-updater v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


installApk(...)

installApk(options: { filePath: string; }) => Promise<void>
ParamType
options{ filePath: string; }