Firebase Kotlin SDK
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
Firebase Kotlin SDK
firebase-storage
/
dev.gitlive.firebase.storage
/
ProgressFlow
Progress
Flow
interface
ProgressFlow
:
Flow
<
Progress
>
(
source
)
A flow that emits
Progress
objects containing the state of an upload.
Members
Functions
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
collect
Link copied to clipboard
abstract
suspend
fun
collect
(
collector
:
FlowCollector
<
Progress
>
)
pause
Link copied to clipboard
abstract
fun
pause
(
)
resume
Link copied to clipboard
abstract
fun
resume
(
)