DataPair

class DataPair(val name: String, val valueIn: Any?)(source)

A key-value pair for sending properties with analytics events.

Parameters

name

The name (key) of the property.

valueIn

The raw value of the property; converted to the string "null" if null.

Constructors

Link copied to clipboard
constructor(name: String, valueIn: Any?)

Properties

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