Hi , I want to print the bill in clover station using our own Use Interface in android application how can it be possible?
Hi , I want to print the bill in clover station using our own Use Interface in android application how can it be possible?
Try this:
PrintJob pj = new StaticBillPrintJob.Builder().order(order).build();
pj.print(context, CloverAccount.getAccount(context));
No one has followed this question yet.