For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Last updated