trackActionAndNumberValue abstract method

void trackActionAndNumberValue(
  1. String name,
  2. String action,
  3. Object numberValue
)

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

Implementation

void trackActionAndNumberValue(String name, String action, Object numberValue);