Function stop
stop(): Promise<void>
The SDK stops tracking the user entirely. No ID's or app events will be tracked or reported. Any app events collected before the stop method is called will still be reported.
Returns
Promise<void>
stop(): Promise<void>
The SDK stops tracking the user entirely. No ID's or app events will be tracked or reported. Any app events collected before the stop method is called will still be reported.
Promise<void>