[ Web Proxy ]
URL:
Viewing: https://developer.android.com/reference/android/print/PrintDocumentAdapter.LayoutResultCallback [Back]  [Original]

PrintDocumentAdapter.LayoutResultCallback  |  API reference  |  Android Developers Skip to main content
Essentials Design & Plan Develop Google Play Blog
Search:
Android Studio
Android Developers [Android Developers]
Stay organized with collections Save and categorize content based on your preferences.
Added in API level 19

PrintDocumentAdapter.LayoutResultCallback


public static abstract class PrintDocumentAdapter.LayoutResultCallback
extends Object

java.lang.Object
   ↳ android.print.PrintDocumentAdapter.LayoutResultCallback


Base class for implementing a callback for the result of PrintDocumentAdapter.onLayout(PrintAttributes,PrintAttributes,CancellationSignal,LayoutResultCallback,Bundle).

Summary

Public methods

void onLayoutCancelled()

Notifies that layout was cancelled as a result of a cancellation request.

void onLayoutFailed(CharSequence error)

Notifies that an error occurred while laying out the document.

void onLayoutFinished(PrintDocumentInfo info, boolean changed)

Notifies that the layout finished and whether the content changed.

Inherited methods

Public methods

onLayoutCancelled

Added in API level 19
public void onLayoutCancelled ()

Notifies that layout was cancelled as a result of a cancellation request.

onLayoutFailed

Added in API level 19
public void onLayoutFailed (CharSequence error)

Notifies that an error occurred while laying out the document.

Parameters
error CharSequence: The localized error message. shown to the user. May be null if error is unknown.

onLayoutFinished

Added in API level 19
public void onLayoutFinished (PrintDocumentInfo info, 
                boolean changed)

Notifies that the layout finished and whether the content changed.

Parameters
info PrintDocumentInfo: An info object describing the document. Cannot be null.

changed boolean: Whether the layout changed.

See also:

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026-08-03 UTC.

[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-08-03 UTC."],[],[]]

Web Proxy Viewer  |  New URL  |  Original Page