isCollectingData static method

bool isCollectingData()

Implementation

static bool isCollectingData() {
  return !CuxAnalyticsImpl.stopped;
}