You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently using Ionic Bluetooth Serial package. I have checked package documentation on GitHub. There mentioned unsubscribe() and unsubscribeRowData() and like more functions. but when I tried to use there functions, following methods are available or working and all other methods are missing from ionic Bluetooth Serial package.
this all above methods are available in the package. but the main methods like unsubscribe() and unsubscribeRowData() are not found.
In Edition
We are using this plugin for ionic capacitor
We Need
we just need unsubscribe() and unsubscribeRowData() methods to continue on our work, this package is working very fine but this problem is really terrible.
The text was updated successfully, but these errors were encountered:
We are currently using Ionic Bluetooth Serial package. I have checked package documentation on GitHub. There mentioned unsubscribe() and unsubscribeRowData() and like more functions. but when I tried to use there functions, following methods are available or working and all other methods are missing from ionic Bluetooth Serial package.
connect()
connectInsecure()
disconnect()
write()
available()
read()
readUntil()
clear()
list()
isEnabled()
isConnected()
readRSSI()
showBluetoothSettings()
enable()
discoverUnpaired()
setDeviceDiscoveredListener()
setName()
setDiscoverable()
subscribe()
subscribeRowData()
this all above methods are available in the package. but the main methods like unsubscribe() and unsubscribeRowData() are not found.
In Edition
We are using this plugin for ionic capacitor
We Need
we just need unsubscribe() and unsubscribeRowData() methods to continue on our work, this package is working very fine but this problem is really terrible.
The text was updated successfully, but these errors were encountered: