PrintDocumentAdapter API

E745331

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

All labels observed (1)

Label Occurrences
PrintDocumentAdapter API canonical 3

How this entity was disambiguated

Statements (45)

Predicate Object
instanceOf Android API interface
Java interface
createdByMethod PrintManager.print
linked to: PrintManager API
definedIn android.print package
documentationUrl https://developer.android.com/reference/android/print/PrintDocumentAdapter
hasCallbackMethod onFinish
onLayout
onLayoutCancelled
onStart
onWrite
onWriteCancelled
introducedIn Android 4.4 KitKat
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
PrintDocumentAdapter.WriteResultCallback
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
linked to: PrintManager API

How these facts were elicited

Referenced by (3)

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

Android system print framework hasComponent PrintDocumentAdapter API
PrintAttributes relatedTo PrintDocumentAdapter API
subject linked to: PrintAttributes API
PrintJob API relatedTo PrintDocumentAdapter API