resumeCollection method restarts event collection if it was previously paused using the pauseCollection method.
Syntax
Usage Example
Related Methods
- pauseCollection - Pause event collection
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
New: Support & Diagnostics troubleshooting guides are now live.
Resume event collection after it was paused.
resumeCollection method restarts event collection if it was previously paused using the pauseCollection method.
Collect.getInstance().resumeCollection()
// Resume data collection
Collect.getInstance().resumeCollection();
Was this page helpful?