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
Example: If I'm as a developer want to check if the [Swipe] input option is available during the payment - I simply can't, because the inner list of the options is not available from the interface.
Possible solution would be to have any kind of checking interface, e.g.:
Public read access to the inner list of [ReaderInputOption] objects
New method [.contains(ReaderInputOption)] that can report if a specific option is contained in the ReaderInputOptions object
Code to reproduce
None
Android version
Any
Impacted devices (Android devices or readers)
Chipper 2X and WisePad3
SDK version
2.10.2
Other information
None
The text was updated successfully, but these errors were encountered:
Summary
Feature Request.
With the current api of the
ReaderInputOptions
https://stripe.dev/stripe-terminal-android/external/com.stripe.stripeterminal.external.models/-reader-input-options/index.html
Developers can't base their logic on specific input options, compared to iOS SDK.
Example: If I'm as a developer want to check if the [Swipe] input option is available during the payment - I simply can't, because the inner list of the options is not available from the interface.
Possible solution would be to have any kind of checking interface, e.g.:
Code to reproduce
None
Android version
Any
Impacted devices (Android devices or readers)
Chipper 2X and WisePad3
SDK version
2.10.2
Other information
None
The text was updated successfully, but these errors were encountered: