0.0.2 • Published 12 months ago

capacitor-plugin-rcsdk v0.0.2

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

capacitor-plugin-rcsdk

demo01

Install

npm install capacitor-plugin-rcsdk
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


openMap(...)

openMap(options: OpenMapOptions) => Promise<void>
ParamType
optionsOpenMapOptions

getValue(...)

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

Returns: Promise<{ value: string; }>


Interfaces

OpenMapOptions

PropType
latitudenumber
longitudenumber
0.0.2

12 months ago

0.0.1

12 months ago