1.0.0 • Published 2 years ago

app-usage-voodoo v1.0.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 years ago

app-usage-stats

Get app usage statistics for a capacitor app

Install

npm install app-usage-stats
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


openMap(...)

openMap(options: OpenMapOptions) => Promise<void>

Opens the map at a given location

ParamType
optionsOpenMapOptions

Since: 0.0.0


getInstalledAppsList(...)

getInstalledAppsList(options: getInstalledAppsListOptions) => Promise<void>
ParamType
optionsgetInstalledAppsListOptions

Interfaces

OpenMapOptions

PropTypeDescription
latitudenumberThe latitude at which to open the map
longitudenumberThe longitude at which to open the map

getInstalledAppsListOptions

PropTypeDescription
latitude2numberThe latitude at which to open the map
longitude2numberThe longitude at which to open the map
1.0.0

2 years ago