createRecord abstract method

void createRecord(
  1. AnalyticsRecord record
)

This function is called to record the reports. @param record is an AnalyticsRecord generated when a screen is loaded or a action is executed according the config passing on getConfig function.

Implementation

void createRecord(AnalyticsRecord record);