Skip to content

aeharding/capacitor-application-context

Repository files navigation

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; }