eventsTimerTime property

int eventsTimerTime

Returns the frequency used to send events and view to MBurger.

Implementation

int get eventsTimerTime => _eventsTimerTime;
void eventsTimerTime=(int time)

Set the frequency used to send events and view to MBurger.

Implementation

set eventsTimerTime(int time) {
  _eventsTimerTime = time;
  MBAutomationTrackingManager.shared.timerTime = time;
}