toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
org.cef.callback
/
CefPrintDialogCallback
Cef
Print
Dialog
Callback
interface
CefPrintDialogCallback
Callback interface for asynchronous continuation of print dialog requests.
Members
Functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
Cancel the printing.
Continue
Link copied to clipboard
abstract
fun
Continue
(
settings
:
CefPrintSettings
)
Continue printing with the specified |settings|.