STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.kms.model
/
CskDataModel
Csk
Data
Model
data
class
CskDataModel
(
val
cskValue
:
String
,
val
cskId
:
String
,
val
cskRand
:
String
)
Content copied to clipboard
Constructors
Properties
Constructors
Csk
Data
Model
Link copied to clipboard
fun
CskDataModel
(
cskValue
:
String
,
cskId
:
String
,
cskRand
:
String
)
Content copied to clipboard
Properties
cskId
Link copied to clipboard
@
SerializedName
(
value
=
"cskId"
)
val
cskId
:
String
Content copied to clipboard
cskRand
Link copied to clipboard
@
SerializedName
(
value
=
"cskRand"
)
val
cskRand
:
String
Content copied to clipboard
cskValue
Link copied to clipboard
@
SerializedName
(
value
=
"cskValue"
)
val
cskValue
:
String
Content copied to clipboard