telenet-native-view
v0.0.1
Published
Native View POC
Downloads
2
Maintainers
Readme
telenet-native-view
Native View POC
Install
npm install telenet-native-view
npx cap sync
API
echo(...)
echo(options: { value: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ------------------------------- |
| options
| { value: string; } |
Returns: Promise<{ value: string; }>
showMap()
showMap() => Promise<void>