public abstract class StaticOrderBasedPrintJob extends PrintJob implements Parcelable
Modifier and Type | Class and Description |
---|---|
static class |
StaticOrderBasedPrintJob.Builder |
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
Modifier and Type | Field and Description |
---|---|
ArrayList<Uri> |
footerUris |
Order |
order |
String |
reason |
FLAG_BILL, FLAG_CUSTOMER, FLAG_EXPEDITOR, FLAG_FORCE_SIGNATURE, FLAG_FORCE_TIP, FLAG_MERCHANT, FLAG_NO_SIGNATURE, FLAG_NO_TIP, FLAG_NONE, FLAG_REFUND, FLAG_REPRINT, FLAG_SALE, FLAG_UNLABELED_ITEMS, FLAG_USE_PRINT_GROUP, flags, printToAny
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Modifier | Constructor and Description |
---|---|
|
StaticOrderBasedPrintJob(Order order,
int flags)
Deprecated.
|
protected |
StaticOrderBasedPrintJob(Parcel in) |
protected |
StaticOrderBasedPrintJob(StaticOrderBasedPrintJob.Builder builder) |
Modifier and Type | Method and Description |
---|---|
void |
writeToParcel(Parcel dest,
int flags) |
cancel, describeContents, getPrinterCategory, print, print
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents
@Deprecated public StaticOrderBasedPrintJob(Order order, int flags)
protected StaticOrderBasedPrintJob(StaticOrderBasedPrintJob.Builder builder)
protected StaticOrderBasedPrintJob(Parcel in)
public void writeToParcel(Parcel dest, int flags)
writeToParcel
in interface Parcelable
writeToParcel
in class PrintJob