@jackobo/some-cap-plugin
v1.0.0
Published
Just a sample capacitor plugin in order to see how is done
Readme
@jackobo/some-cap-plugin
Just a sample capacitor plugin in order to see how is done
Install
npm install @jackobo/some-cap-plugin
npx cap syncAPI
showToast(...)
showToast(options: IToastOptions) => Promise<void>| Param | Type |
| ------------- | ------------------------------------------------------- |
| options | IToastOptions |
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>| Param | Type |
| ------------- | ------------------------------- |
| options | { value: string; } |
Returns: Promise<{ value: string; }>
Interfaces
IToastOptions
| Prop | Type |
| ---------- | ------------------- |
| text | string |
