snowplow/snowplow-javascript-tracker

View on GitHub
api-docs/docs/browser-tracker/markdown/browser-tracker.browsertracker.updatepageactivity.md

Summary

Maintainability
Test Coverage
<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/browser-tracker](./browser-tracker.md) &gt; [BrowserTracker](./browser-tracker.browsertracker.md) &gt; [updatePageActivity](./browser-tracker.browsertracker.updatepageactivity.md)

## BrowserTracker.updatePageActivity property

Triggers the activityHandler manually to allow external user defined activity. i.e. While watching a video

<b>Signature:</b>

```typescript
updatePageActivity: () => void;
```