CefPrintDialogCallback

Callback interface for asynchronous continuation of print dialog requests.

Functions

Link copied to clipboard
abstract fun cancel()
Cancel the printing.
Link copied to clipboard
abstract fun Continue(settings: CefPrintSettings)
Continue printing with the specified |settings|.