-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android: feat(terminal): add bindings for reader software update status, battery level, and simulator configuration #359
android: feat(terminal): add bindings for reader software update status, battery level, and simulator configuration #359
Conversation
Any update on this? The only thing preventing me from using this plugin is not being able to listen for firmware updates so I can convey that to the user. |
Sorry for the delay. I looked it over and it is excellent! Thanks for the great pull request following the code so far. |
Note: It will take some time to release the product as we will be working on the iOS implementation. Also, there is a possibility of specification changes to make it consistent with iOS behavior. |
Note: iOS can't get errorCode, so changed type. |
@DoctorMcKay Released! Thanks awesome pull request! https://github.com/capacitor-community/stripe/releases/tag/v6.1.0 Did you use this plugin for production? If yes, please tell us what app. This help development this plugin. 👉 #145 Thanks. |
Great, thanks for the release! I am using this in production, but it's a private app that's not publicly available. |
Adds new events to report reader software update status, an event to report reader battery status, and setSimulatorConfiguration method.