Links

Stop/Pause tracking

To property stop view and events tracking you should call
MBAutomation.stopAutomation(applicationContext)
We suggest to call it when your app goes on background then restart it with
MBAutomation.startEventsAndViewsAutomation(applicationContext)
when your app returns to foreground.