capacitor-action-extension
capacitor-action-extension
Install
npm install capacitor-action-extension
npx cap sync
API
echo(...)
echo(options: { value: string; }) => any
Param | Type |
---|---|
options |
{ value: string; } |
Returns: any
fpsPay(...)
fpsPay(options: { url: string; callback: string; }) => any
Param | Type |
---|---|
options |
{ url: string; callback: string; } |
Returns: any