Java android.print PrintManager fields, constructors, methods, implement or subclass

Example usage for Java android.print PrintManager fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.print PrintManager.

The text is from its open source code.

Method

ListgetPrintJobs()
Gets the print jobs for this application.
PrintJobprint(@NonNull String printJobName, @NonNull PrintDocumentAdapter documentAdapter, @Nullable PrintAttributes attributes)
Creates a print job for printing a PrintDocumentAdapter with default print attributes.