@christianhugoch/web-share
v0.0.1
Published
webshare plugin for the saltcorn mobile app
Maintainers
Readme
web-share
webshare plugin for the saltcorn mobile app
Install
npm install web-share
npx cap syncAPI
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
addListener(string, ...)
addListener(name: string, callback: (value: any) => void) => Promise<void>| Param | Type |
| -------------- | ------------------------------------ |
| name | string |
| callback | (value: any) => void |
