If you activate practice mode, the session will not be included in reports.

By default, when a user opens a presentation in the app, the session is in "live mode", which means it will be recorded and included in reports. Sometimes, a user opens a presentation as a "test", and wants to explore the presentation without having it included in reports. To exclude a session from reports, you can provide a button that will put the session into "practice mode".

Put a session into practice mode

// Put the session into live mode (default)
mobilelocker.liveMode();

// Put the session into practice mode
mobilelocker.practiceMode();

Events from Practice Mode sessions are still recorded and visible in the website, but the events from these sessions will not be included in the reporting dashboards.