TrckrParam

data class TrckrParam(val name: String, val strategy: TrackStrategy, val value: Any?)

Container for parameter data that created by generated tracked implementation.

You don't need to create this class manually.

Parameters

name

Name of parameter.

strategy

Conversion strategy that should be used when converting value of this parameter.

value

Argument that passed to event method.

See also

Constructors

Link copied to clipboard
constructor(name: String, strategy: TrackStrategy, value: Any?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val value: Any?