onProgressChanged

abstract fun onProgressChanged(sessionId: UUID, progress: Progress)

Notifies about progress update.

Parameters

sessionId

ID of the session which had its progress updated.

progress

progress of the session.