record method

void record()

Implementation

void record() {
  Nefta.Record(_eventType, _category, _subCategory, name, value, customString);
}