0.0.1 • Published 3 years ago

telenet-native-view v0.0.1

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

telenet-native-view

Native View POC

Install

npm install telenet-native-view
npx cap sync

API

echo(...)

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

Returns: Promise<{ value: string; }>


showMap()

showMap() => Promise<void>

0.0.1

3 years ago