toggle menu
stream-chat-android
6.6.0
jvm
switch theme
search in API
stream-chat-android-core
/
io.getstream.chat.android.models
/
Attachment
/
UploadState
/
InProgress
In
Progress
data
class
InProgress
(
val
bytesUploaded
:
Long
,
val
totalBytes
:
Long
)
:
Attachment.UploadState
State representing attachment upload progress.
Members
Constructors
In
Progress
Link copied to clipboard
constructor
(
bytesUploaded
:
Long
,
totalBytes
:
Long
)
Properties
bytes
Uploaded
Link copied to clipboard
val
bytesUploaded
:
Long
total
Bytes
Link copied to clipboard
val
totalBytes
:
Long