ProgressFlow

interface ProgressFlow : Flow<Progress> (source)

A flow that emits Progress objects containing the state of an upload.

Functions

Link copied to clipboard
abstract fun cancel()
Link copied to clipboard
abstract suspend fun collect(collector: FlowCollector<Progress>)
Link copied to clipboard
abstract fun pause()
Link copied to clipboard
abstract fun resume()