Package org.mozilla.geckoview
Class GeckoSession.PdfSaveResult
Object
org.mozilla.geckoview.GeckoSession.PdfSaveResult
- Enclosing class:
- GeckoSession
Represent the result of a save-pdf operation.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
bytes
@NonNull public final byte[] bytesBinary data representing a PDF. -
filename
PDF file name. -
isPrivate
public final boolean isPrivate
-
-
Constructor Details
-
PdfSaveResult
protected PdfSaveResult()Empty constructor for tests
-