1.0.0 • Published 2 years ago
app-usage-voodoo v1.0.0
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; }>
Param | Type |
---|---|
options | { value: string; } |
Returns: Promise<{ value: string; }>
openMap(...)
openMap(options: OpenMapOptions) => Promise<void>
Opens the map at a given location
Param | Type |
---|---|
options | OpenMapOptions |
Since: 0.0.0
getInstalledAppsList(...)
getInstalledAppsList(options: getInstalledAppsListOptions) => Promise<void>
Param | Type |
---|---|
options | getInstalledAppsListOptions |
Interfaces
OpenMapOptions
Prop | Type | Description |
---|---|---|
latitude | number | The latitude at which to open the map |
longitude | number | The longitude at which to open the map |
getInstalledAppsListOptions
Prop | Type | Description |
---|---|---|
latitude2 | number | The latitude at which to open the map |
longitude2 | number | The longitude at which to open the map |
1.0.0
2 years ago