PrintDocumentAdapter API

E745331

The PrintDocumentAdapter API is an Android interface that lets apps generate and manage printable content for the system print framework.

Try in SPARQL Jump to: Surface forms Statements Referenced by

Observed surface forms (1)

Surface form Occurrences
PrintDocumentAdapter 0

Statements (45)

Predicate Object
instanceOf Android API interface
Java interface
createdByMethod PrintManager.print NERFINISHED
definedIn android.print package NERFINISHED
documentationUrl https://developer.android.com/reference/android/print/PrintDocumentAdapter
hasCallbackMethod onFinish
onLayout
onLayoutCancelled
onStart
onWrite
onWriteCancelled
introducedIn Android 4.4 KitKat NERFINISHED
introducedInApiLevel 19
lifecycle startLayoutWriteFinishSequence
onFinish calledAfterPrintingCompleted
onLayout calledOnLayoutOrAttributesChange
receivesCancellationSignal
receivesLayoutResultCallback
receivesPrintAttributes
onStart calledBeforeFirstLayout
onWrite calledToWritePages
receivesPageRanges
receivesParcelFileDescriptor
receivesWriteResultCallback
partOf Android print framework
relatedClass PrintDocumentAdapter.LayoutResultCallback NERFINISHED
PrintDocumentAdapter.WriteResultCallback NERFINISHED
responsibility handlingCancellation
releasingResourcesOnFinish
reportingLayoutResult
writingDocumentData
supports PDF-like page-based output
threading callbacksInvokedOnMainThread
typicalImplementation anonymousInnerClass
usedBy Android applications
usedFor generating printable content
integrating app content with system printing
managing print jobs
usedIn printingBitmaps
printingCustomViews
printingWebContent
usedWith PrintAttributes
PrintDocumentInfo
PrintJob
PrintManager NERFINISHED

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Android system print framework hasComponent PrintDocumentAdapter API