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