Class PrintQueue


  • public class PrintQueue
    extends Object
    Class for interacting with the Clover print queue.
    • Method Detail

      • start

        public static void start​(Context context,
                                 Account account,
                                 Printer printer)
        Start the print queue. The system will attempt to print all queued print jobs for the specified printer.
        Parameters:
        context - The context to use when communicating with the print queue.
        account - A Clover account.
        printer - Print jobs to this printer will be started.
      • start

        public static void start​(Context context,
                                 Account account)
        Start the print queue. The system will attempt to print all queued print jobs for all printers.
        Parameters:
        context - The context to use when communicating with the print queue.
        account - A Clover account.