walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.utils.qr
/
StreamProgress
Stream
Progress
data
class
StreamProgress
(
val
sessionId
:
String
,
val
received
:
Int
,
val
total
:
Int
)
Members
Constructors
Stream
Progress
Link copied to clipboard
constructor
(
sessionId
:
String
,
received
:
Int
,
total
:
Int
)
Properties
received
Link copied to clipboard
val
received
:
Int
session
Id
Link copied to clipboard
val
sessionId
:
String
total
Link copied to clipboard
val
total
:
Int