Params

data class Params(val segmentKey: String, val dataKey: String, val data: Any)

Constructors

Link copied to clipboard
constructor(segmentKey: String, dataKey: String, data: Any)

Properties

Link copied to clipboard
val data: Any

value to write.

Link copied to clipboard

id to write under, within segmentKey.

Link copied to clipboard

namespace to write into.