TealiumPrism
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
TealiumPrism
core
/
com.tealium.prism.core.api.command
/
CommandMappingsBuilder
/
mapFrom
map
From
fun
mapFrom
(
key
:
String
,
destination
:
Destination
)
:
Mappings.VariableOptions
Maps a payload
key
to a typed
destination
path.
fun
mapFrom
(
path
:
JsonObjectPath
,
destination
:
Destination
)
:
Mappings.VariableOptions
Maps a nested
path
to a typed
destination
path.