public class PrintQueue extends Object
Modifier and Type | Method and Description |
---|---|
static void |
start(Context context,
Account account)
Start the print queue.
|
static void |
start(Context context,
Account account,
Printer printer)
Start the print queue.
|
public static void start(Context context, Account account, Printer printer)
context
- The context to use when communicating with the print queue.account
- A Clover account.printer
- Print jobs to this printer will be started.