onProgress

abstract fun onProgress(sourceConfig: SourceConfig, progress: Float)

Is called when the progress for a process call changes.

Parameters

sourceConfig

The SourceConfig for which the progress changed

progress

The new progress (from 0 to 100)