AndroidPrintJobController class

Class representing a print job eventually returned by PlatformInAppWebViewController.printCurrentPage.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS
  • MacOS
Inheritance
  • Object
  • PlatformInterface
  • AndroidPrintJobController

Constructors

AndroidPrintJobController.new(PlatformPrintJobControllerCreationParams params)
Constructs a AndroidPrintJobController.

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Print job ID.
no setterinherited
onComplete ↔ PrintJobCompletionHandler?
A completion handler used to handle the conclusion of the print job (for instance, to reset state) and to handle any errors encountered in printing.
getter/setter pairinherited
params → PlatformPrintJobControllerCreationParams
The parameters used to initialize the PlatformPrintJobController.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancel() Future<void>
Cancels this print job. You can request cancellation of a queued, started, blocked, or failed print job.
dismiss({bool animated = true}) Future<void>
Dismisses the printing-options sheet or popover.
inherited
dispose() Future<void>
Disposes the print job.
getInfo() Future<PrintJobInfo?>
Gets the PrintJobInfo that describes this job.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restart() Future<void>
Restarts this print job. You can request restart of a failed print job.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited