ProgressListener
public protocol ProgressListener : AnyObject
Listener for operation progress notifications.
-
Process latest operation progress.
Declaration
Swift
func onProgress(_ progress: OperationProgress) throwsParameters
progressLatest operation progress.