onDetailsAcquired
fun onDetailsAcquired(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (success: Boolean) -> Unit): <Error class: unknown class>(source)
Emitted in response to a request for detailed information about a printer from the print backend.
The @success parameter indicates if the information was actually obtained.
Parameters
connectFlags
a combination of ConnectFlags
handler
the Callback to connect. Params: success
true if the details were successfully acquired