bazaar-app-version-checker
v0.0.6
Published
Check app version from Bazaar
Downloads
307
Readme
bazaar-version-checker
Check app version from Bazaar
Install
npm install bazaar-version-checker
npx cap sync
API
checkVersion(...)
checkVersion(options: CheckVersionOptions) => Promise<CheckVersionResult>
| Param | Type |
| ------------- | ------------------------------------------------------------------- |
| options
| CheckVersionOptions |
Returns: Promise<CheckVersionResult>
Interfaces
CheckVersionResult
| Prop | Type |
| --------------------- | -------------------- |
| message
| string |
| updateAvailable
| boolean |
CheckVersionOptions
| Prop | Type |
| ------------------------ | ------------------- |
| packageName
| string |
| currentVersionCode
| string |