1.0.0 • Published 2 months ago

@jackobo/some-cap-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

@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 sync

API

showToast(...)

showToast(options: IToastOptions) => Promise<void>
ParamType
optionsIToastOptions

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>


Interfaces

IToastOptions

PropType
textstring
1.0.0

2 months ago