Pillarbox
Toggle table of contents
4.0.0-TEST
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Pillarbox
pillarbox-core-business
/
ch.srgssr.pillarbox.core.business.tracker.commandersact
/
CommandersActTracker
/
Data
Data
data
class
Data
(
val
assets
:
Map
<
String
,
String
>
,
val
sourceId
:
String
?
=
null
)
Represents data to be sent to Commanders Act.
Members
Constructors
Data
Link copied to clipboard
constructor
(
assets
:
Map
<
String
,
String
>
,
sourceId
:
String
?
=
null
)
Properties
assets
Link copied to clipboard
val
assets
:
Map
<
String
,
String
>
A map of labels to be sent to Commanders Act.
source
Id
Link copied to clipboard
val
sourceId
:
String
?