Example usage for Java android.print PrintManager fields, constructors, methods, implement or subclass
The text is from its open source code.
List | getPrintJobs() Gets the print jobs for this application. |
PrintJob | print(@NonNull String printJobName, @NonNull PrintDocumentAdapter documentAdapter, @Nullable PrintAttributes attributes) Creates a print job for printing a PrintDocumentAdapter with default print attributes. |