matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.file
/
ContentDownloadStateTracker
/
State
/
Downloading
Downloading
data
class
Downloading
(
val
current
:
Long
,
val
total
:
Long
,
val
indeterminate
:
Boolean
)
:
ContentDownloadStateTracker.State
Members
Constructors
Downloading
Link copied to clipboard
constructor
(
current
:
Long
,
total
:
Long
,
indeterminate
:
Boolean
)
Properties
current
Link copied to clipboard
val
current
:
Long
indeterminate
Link copied to clipboard
val
indeterminate
:
Boolean
total
Link copied to clipboard
val
total
:
Long