trackActionAndTextValue abstract method

void trackActionAndTextValue(
  1. String name,
  2. String action,
  3. Object textValue
)

Track an action-and-value event with name and action and textValue.

Implementation

void trackActionAndTextValue(String name, String action, Object textValue);