walletsdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
walletsdk
walletsdk
/
com.dewa.walletsdk.secureqr.internal
/
ParsedFrame
Parsed
Frame
data
class
ParsedFrame
(
val
sessionId
:
String
,
val
index
:
Int
,
val
total
:
Int
,
val
chunk
:
String
)
Members
Constructors
Parsed
Frame
Link copied to clipboard
constructor
(
sessionId
:
String
,
index
:
Int
,
total
:
Int
,
chunk
:
String
)
Properties
chunk
Link copied to clipboard
val
chunk
:
String
index
Link copied to clipboard
val
index
:
Int
session
Id
Link copied to clipboard
val
sessionId
:
String
total
Link copied to clipboard
val
total
:
Int