ImportProgressCb

interface ImportProgressCb : Callback

Return false to cancel the import. Called from the worker thread.

Functions

Link copied to clipboard
abstract fun invoke(progress: Float, message: String?, userData: Pointer?): Boolean