toggle menu
supabase-kt
3.0.3
common
switch theme
search in API
storage-kt
/
io.github.jan.supabase.storage
/
DownloadStatus
/
Progress
Progress
data
class
Progress
(
val
totalBytesReceived
:
Long
,
val
contentLength
:
Long
)
:
DownloadStatus
(
source
)
Represents the progress of a download
Parameters
total
Bytes
Received
The total bytes received
content
Length
The total bytes to receive
Members
Constructors
Progress
Link copied to clipboard
constructor
(
totalBytesReceived
:
Long
,
contentLength
:
Long
)
Properties
content
Length
Link copied to clipboard
val
contentLength
:
Long
total
Bytes
Received
Link copied to clipboard
val
totalBytesReceived
:
Long