trackTextValue abstract method

void trackTextValue(
  1. String name,
  2. Object textValue
)

Track a value event with name and textValue.

Implementation

void trackTextValue(String name, Object textValue);