toggle menu
Firebase Kotlin SDK
2.1.0
common
switch theme
search in API
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
(
)