-
Hi everyone, I want to create a plugin to use the sdk of a UHF Sled Reader, in this case, in definitions.ts I've a function that I named connect it calls the function connect of ChainwayR6 class, wich use a callback How can I return the connected status from that function to my Capacitor plugin. Thanks.
|
Beta Was this translation helpful? Give feedback.
Answered by
w-mazed
Jun 20, 2022
Replies: 1 comment
-
For those who are facing the same issue, a friend told me about EventBus, and yeah it do the work properly. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
w-mazed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For those who are facing the same issue, a friend told me about EventBus, and yeah it do the work properly.