mazenrashed / Printooth

A well documented, high-level Android interface that makes printing via bluetooth printers easier
Mozilla Public License 2.0
396 stars 112 forks source link

How to check if printer is printed #105

Open vanphuoc9 opened 1 year ago

vanphuoc9 commented 1 year ago

Thank you for this awesome library @mazenrashed. Is there a way I can check if the printer is printed pages? I used printCallback to check the printer is printed, specifically the function printingOrderSentSuccessfully, the printer printed failed then it called the function printingOrderSentSuccessfully. its not correctly, so Is there a way I can check if the printer is printed?