Good afternoon, please tell me where I can find a list of all supported printers for Clover devices?
Links from other answers (https://www.clover.com/help/set-up-a-kitchen-printer?device=6bPIjSaxAQUg2eYAm6Kuiw , https://www.clover.com/pos-hardware/accessories ) are not valid. In the old version of SDK there was an enum with supported printers when adding a printer programmatically, in the new SDK the printer type is passed as a string, and nowhere can you see which printers are supported. In SDK class Type have this comment :
"In older versions of the clover-android-sdk this was an enum, but has now been refactored to a class to future-proof it.
Instances of this class contain a single non-human readable String which can be used to uniquely identify the printer type."
But the printer type check continues to be performed, and it is still impossible to add a printer of any type, as well as it is impossible to understand which printer types are supported.
I would be very grateful for any help.