app-native-info
v0.0.1
Published
Getting app info through capacitor
Readme
app-native-info
Getting app info through capacitor
Install
npm install app-native-info
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
getAppInstaller()
getAppInstaller() => Promise<{ installer: string | null; }>Returns: Promise<{ installer: string | null; }>
getManifestValues()
getManifestValues() => Promise<{ values: Record<string, any>; }>Returns: Promise<{ values: Record<string, any>; }>
Type Aliases
Record
Construct a type with a set of properties K of type T
{ [P in K]: T; }
