Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.domain.data.segmented
/
UpdateSegmentedDataUseCase
/
Params
Params
data
class
Params
(
val
segmentKey
:
String
,
val
dataKey
:
String
,
val
data
:
Any
)
Members
Constructors
Params
Link copied to clipboard
constructor
(
segmentKey
:
String
,
dataKey
:
String
,
data
:
Any
)
Properties
data
Link copied to clipboard
val
data
:
Any
value to write.
data
Key
Link copied to clipboard
val
dataKey
:
String
id to write under, within
segmentKey
.
segment
Key
Link copied to clipboard
val
segmentKey
:
String
namespace to write into.