1.0.2 • Published 6 months ago

capacitor-spy-tool v1.0.2

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

capacitor-spy-tool

CapacitorSpyTool Capacitor Plugin

Install

npm install capacitor-spy-tool
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


record(...)

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

Returns: Promise<{ value: string; }>


1.0.2

6 months ago

1.0.1

6 months ago