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
I am unable to receive any callbacks for updates (e.g., onReportAvailableUpdate, onReportReaderSoftwareUpdateProgress). I have onStartInstallingUpdate implemented. Other MobileReaderListener listener gets called as expected like onBatteryLevelUpdate or onRequestReaderInput.
Code to reproduce
`private fun connectUSBReader(reader: Reader) {
val connectionConfig = ConnectionConfiguration.UsbConnectionConfiguration(
locationId = userInfo.value?.locationId.default,
autoReconnectOnUnexpectedDisconnect = true,
usbReaderListener = mobileReaderListener
)
Summary
I am unable to receive any callbacks for updates (e.g., onReportAvailableUpdate, onReportReaderSoftwareUpdateProgress). I have
onStartInstallingUpdate
implemented. OtherMobileReaderListener
listener gets called as expected likeonBatteryLevelUpdate
oronRequestReaderInput
.Code to reproduce
`private fun connectUSBReader(reader: Reader) {
val connectionConfig = ConnectionConfiguration.UsbConnectionConfiguration(
locationId = userInfo.value?.locationId.default,
autoReconnectOnUnexpectedDisconnect = true,
usbReaderListener = mobileReaderListener
)
Android version
Android 13
Impacted devices (Android devices or readers)
Stripe M2 card reader
SDK version
4.1.0
Other information
The text was updated successfully, but these errors were encountered: