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