0.0.2 • Published 4 years ago

telemaq v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Telemaq Capacitor Plugin

This is a test Capacitor plugin.

Follow the tutorial.


This plugin is the default echo plugin from the Capacitor documentation, with only one enhancement: there is a front (JavaScript) implementation piloting the actual plugin.

API

This plugin exposes 2 methods that wrap Capacitor calls.

echo

This is a pass-through function that only replicates the echo function from the actual Capacitor plugin.

reverse

It reverses the string before passing it to the echo function.

This is the function we will use to demonstrate that we can do work on the JavaScript side, before calling native plugin implementations.