@outs1x2/capacitor-liveactivities
v0.2.6
Published
Capacitor plugin to monitor live activity tokens on iOS (start and update) and pass to JS
Maintainers
Readme
outs-capacitor-liveactivities
Very cool plugin
Install
npm install outs-capacitor-liveactivities
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
startLiveActivity(...)
startLiveActivity(options?: { testString?: string | undefined; } | undefined) => Promise<{ started: boolean; }>| Param | Type |
| ------------- | ------------------------------------- |
| options | { testString?: string; } |
Returns: Promise<{ started: boolean; }>
