Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 617 Bytes

File metadata and controls

17 lines (10 loc) · 617 Bytes

Home > @snowplow/react-native-tracker > TrackerCore > deactivate

TrackerCore.deactivate() method

Deactivate tracker core including all plugins. This is useful for cleaning up resources or listeners that have been created. Once deactivated, the tracker won't be able to track any events.

Signature:

deactivate(): void;

Returns:

void