-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fdad42
commit f717666
Showing
6 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
...tracker/docs/markdown/browser-tracker.browsertracker.disableactivitytracking.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@snowplow/browser-tracker](./browser-tracker.md) > [BrowserTracker](./browser-tracker.browsertracker.md) > [disableActivityTracking](./browser-tracker.browsertracker.disableactivitytracking.md) | ||
|
||
## BrowserTracker.disableActivityTracking property | ||
|
||
Disables page activity tracking. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
disableActivityTracking: () => void; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...docs/markdown/browser-tracker.browsertracker.disableactivitytrackingcallback.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@snowplow/browser-tracker](./browser-tracker.md) > [BrowserTracker](./browser-tracker.browsertracker.md) > [disableActivityTrackingCallback](./browser-tracker.browsertracker.disableactivitytrackingcallback.md) | ||
|
||
## BrowserTracker.disableActivityTrackingCallback property | ||
|
||
Disables page activity tracking callback. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
disableActivityTrackingCallback: () => void; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
trackers/browser-tracker/docs/markdown/browser-tracker.disableactivitytracking.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@snowplow/browser-tracker](./browser-tracker.md) > [disableActivityTracking](./browser-tracker.disableactivitytracking.md) | ||
|
||
## disableActivityTracking() function | ||
|
||
Disables page activity tracking. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
declare function disableActivityTracking(trackers?: Array<string>): void; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| trackers | Array<string> | The tracker identifiers the activity tracking will be disabled. | | ||
|
||
<b>Returns:</b> | ||
|
||
void | ||
|
24 changes: 24 additions & 0 deletions
24
...rowser-tracker/docs/markdown/browser-tracker.disableactivitytrackingcallback.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@snowplow/browser-tracker](./browser-tracker.md) > [disableActivityTrackingCallback](./browser-tracker.disableactivitytrackingcallback.md) | ||
|
||
## disableActivityTrackingCallback() function | ||
|
||
Disables page activity tracking callback. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
declare function disableActivityTrackingCallback(trackers?: Array<string>): void; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| trackers | Array<string> | The tracker identifiers the activity tracking callback will be disabled. | | ||
|
||
<b>Returns:</b> | ||
|
||
void | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters