CefPrintHandlerAdapter
An abstract adapter class for receiving print events on Linux. The methods in this class are empty. This class exists as convenience for creating handler objects.
Functions
Link copied to clipboard
Method is called by the native code to get the reference to an previous stored identifier.
Link copied to clipboard
Called to retrieve the page size when printToPDF is requested for a browser.
Link copied to clipboard
open fun onPrintDialog(browser: CefBrowser, hasSelection: Boolean, callback: CefPrintDialogCallback): Boolean
Called to show the print dialog.
Link copied to clipboard
open fun onPrintJob(browser: CefBrowser, documentName: String, pdfFilePath: String, callback: CefPrintJobCallback): Boolean
Called to send the print job to the printer.
Link copied to clipboard
Called to reset client state related to printing.
Link copied to clipboard
Called to get print settings.
Link copied to clipboard
Called when printing has started.
Link copied to clipboard
Method is called by the native code to store a reference to an implemented native JNI counterpart.