2.0.0 • Published 6 months ago
capacitor-application-context v2.0.0
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
{
}