pauseCollection method temporarily suspends the SDK from collecting events for user actions.
Syntax
Usage Example
Related Methods
- resumeCollection - Resume 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.
Temporarily suspend event collection.
pauseCollection method temporarily suspends the SDK from collecting events for user actions.
Collect.getInstance()?.pauseCollection()
// Pause data collection
Collect.getInstance()?.pauseCollection()
Was this page helpful?