MCPFeedback Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
MCPFeedback Android SDK
sdk-core
/
com.mcpfeedback.sdk.repo
/
UploadState
/
InProgress
In
Progress
data
class
InProgress
(
val
bytesSent
:
Long
,
val
bytesTotal
:
Long
)
:
UploadState
Members
Constructors
In
Progress
Link copied to clipboard
constructor
(
bytesSent
:
Long
,
bytesTotal
:
Long
)
Properties
bytes
Sent
Link copied to clipboard
val
bytesSent
:
Long
bytes
Total
Link copied to clipboard
val
bytesTotal
:
Long