ProgressListener

fun interface ProgressListener

Callback interface for listening to ProgressSession progress updates.

Functions

Link copied to clipboard
abstract fun onProgressChanged(sessionId: UUID, progress: Progress)

Notifies about progress update.