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