toggle menu
lib
1.0.0
common
switch theme
search in API
lib
/
com.wepin.cm.widgetlib.types
/
UVD
UVD
@
Serializable
data
class
UVD
(
var
seqNum
:
Int
?
=
null
,
var
b64SKey
:
String
,
var
b64Data
:
String
)
Members
Constructors
UVD
Link copied to clipboard
constructor
(
seqNum
:
Int
?
=
null
,
b64SKey
:
String
,
b64Data
:
String
)
Properties
b64Data
Link copied to clipboard
var
b64Data
:
String
b64SKey
Link copied to clipboard
var
b64SKey
:
String
seq
Num
Link copied to clipboard
var
seqNum
:
Int
?