0.0.1 • Published 9 months ago

app-native-info v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

app-native-info

Getting app info through capacitor

Install

npm install app-native-info
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
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

{

}

0.0.1

9 months ago