0.0.14 • Published 3 years ago

@dimorder/capacitor-action-extension v0.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

capacitor-action-extension

capacitor-action-extension

Install

npm install capacitor-action-extension
npx cap sync

API

echo(...)

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

Returns: any


fpsPay(...)

fpsPay(options: { url: string; callback: string; }) => any
ParamType
options{ url: string; callback: string; }

Returns: any