question

ramya avatar image
ramya asked ramya commented

How to get list of Lables connected to the printer through clover android sdk?

In our app we want to give automatic print based on labels connected printers

We tried Clover API but unable to get exact connected printers for that labels

Is there anyway we can get labels for connected printers, so that we give print?

Can you please suggest a solution

Print
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

zgreathouse avatar image
zgreathouse Deactivated answered ramya commented
Labels are called Tags on the developer side. (Remember this when referencing the RESTful API and SDK docs). That said, there is currently an issue with our SDK getPrinters() method returning null, despite the value of the Printer property of a Tag not being null. A workaround would be utilizing the RESTful API to get all the printers associated with a Tag.
1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

ramya avatar image ramya commented ·

Thanks zgreathouse, We are using Restful API but some times its not returning exact printers connected.

0 Likes 0 ·

Welcome to the
Clover Developer Community