capacitor-application-context
v1.0.0
Published
Provides interface to set application context for an iOS Watch
Downloads
957
Readme
capacitor-application-context
Provides interface to set application context for an iOS Watch
Install
npm install capacitor-application-context
npx cap sync
API
updateApplicationContext(...)
updateApplicationContext(applicationContext: Record<string, string>) => Promise<void>
| Param | Type |
| ------------------------ | --------------------------------------------------------------- |
| applicationContext
| Record<string, string> |
Type Aliases
Record
Construct a type with a set of properties K of type T
{ [P in K]: T; }