walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.secureqr.internal
/
Session
Session
data
class
Session
(
val
sessionId
:
String
,
val
total
:
Int
,
val
chunks
:
MutableMap
<
Int
,
String
>
,
var
lastUpdate
:
Long
)
Members
Constructors
Session
Link copied to clipboard
constructor
(
sessionId
:
String
,
total
:
Int
,
chunks
:
MutableMap
<
Int
,
String
>
,
lastUpdate
:
Long
)
Properties
chunks
Link copied to clipboard
val
chunks
:
MutableMap
<
Int
,
String
>
last
Update
Link copied to clipboard
var
lastUpdate
:
Long
session
Id
Link copied to clipboard
val
sessionId
:
String
total
Link copied to clipboard
val
total
:
Int