ProgressHandler

fun interface ProgressHandler

A callback to indicate the progress of an action in already processed size (bytes).

Since

1.4.0

Functions

Link copied to clipboard
abstract fun onProgress(bytes: Double)