stripe-terminal-react-native
stripe-terminal-react-native copied to clipboard
[feature request] Android equivalent for "appleBuiltIn" deviceType
Is your feature request related to a problem? Please describe.
When calling supportsReadersOfType()
, a deviceType
value must be passed in.
When searching for Tap to Pay reader on iOS, appleBuiltIn
can be specified as the device type.
However on Android, it appears that there is no equivalent.
Describe the solution you'd like
A key such as androidBuiltIn
, or clear documentation how to use the supportsReadersOfType
method on Android
Describe alternatives you've considered Tried looking for the source code of Android Terminal SDK but it appears to be proprietary
Additional context None