matrix-sdk-android
1.6.10
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
Content copied to clipboard
Constructors
Properties
Constructors
Downloading
Link copied to clipboard
fun
Downloading
(
current
:
Long
,
total
:
Long
,
indeterminate
:
Boolean
)
Content copied to clipboard
Properties
current
Link copied to clipboard
val
current
:
Long
Content copied to clipboard
indeterminate
Link copied to clipboard
val
indeterminate
:
Boolean
Content copied to clipboard
total
Link copied to clipboard
val
total
:
Long
Content copied to clipboard