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 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 | |
|---|---|
java.lang.Object
| |
Public methods
onLayoutCancelled
void onLayoutCancelled ()
Notifies that layout was cancelled as a result of a cancellation request.
onLayoutFailed
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
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:
Classes
- PageRange
- PrintAttributes
- PrintAttributes.Builder
- PrintAttributes.Margins
- PrintAttributes.MediaSize
- PrintAttributes.Resolution
- PrintDocumentAdapter
- PrintDocumentAdapter.LayoutResultCallback
- PrintDocumentAdapter.WriteResultCallback
- PrintDocumentInfo
- PrintDocumentInfo.Builder
- PrinterCapabilitiesInfo
- PrinterCapabilitiesInfo.Builder
- PrinterId
- PrinterInfo
- PrinterInfo.Builder
- PrintJob
- PrintJobId
- PrintJobInfo
- PrintJobInfo.Builder
- PrintManager