question

mlancellotti avatar image
mlancellotti asked

Print an order - PrintJob - Java to C#

Hello everyone, I need your help! I need to print an order using Clover SDK but I have not been able to do it. We are using Xamarin in our development.

I'm trying to use this code:

PrintJob printJob = new StaticOrderPrintJob.Builder().order(mOrder).build();

printJob.print(getApplicationContext(), account);

But I need to translate it to C# and it doesn't work.

Can anyone help me?

CC: @DuaneCraw

OrdersPrint
10 |2000

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

0 Answers

·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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

Welcome to the
Clover Developer Community