Skip to content

Commit ad2829a

Browse files
committed
Resync node/RN api docs
1 parent 3352709 commit ad2829a

3 files changed

Lines changed: 21 additions & 18 deletions

File tree

api-docs/docs/node-tracker/markdown/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88

99
| Package | Description |
1010
| --- | --- |
11-
| [@snowplow/react-native-tracker](./react-native-tracker.md) | |
11+
| [@snowplow/node-tracker](./node-tracker.md) | |
1212

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2-
3-
[Home](./index.md)
4-
5-
## API Reference
6-
7-
## Packages
8-
9-
| Package | Description |
10-
| --- | --- |
11-
| [@snowplow/react-native-tracker](./react-native-tracker.md) | |
12-
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md)
4+
5+
## API Reference
6+
7+
## Packages
8+
9+
| Package | Description |
10+
| --- | --- |
11+
| [@snowplow/react-native-tracker](./react-native-tracker.md) | |
12+

api-docs/docs/react-native-tracker/react-native-tracker.api.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,7 @@ export function getAllTrackers(): ReactNativeTracker[];
209209
export function getTracker(trackerNamespace: string): ReactNativeTracker | undefined;
210210

211211
// @public
212-
export function getWebViewCallback(): (message: {
213-
nativeEvent: {
214-
data: string;
215-
};
216-
}) => void;
212+
export function getWebViewCallback(): WebViewMessageHandler;
217213

218214
// @public
219215
export type JsonProcessor = (payloadBuilder: PayloadBuilder, jsonForProcessing: EventJson, contextEntitiesForProcessing: SelfDescribingJson[]) => void;
@@ -564,6 +560,13 @@ export interface TrueTimestamp {
564560
// @public (undocumented)
565561
export const version: string;
566562

563+
// @public
564+
export type WebViewMessageHandler = (message: {
565+
nativeEvent: {
566+
data: string;
567+
};
568+
}) => void;
569+
567570
// (No @packageDocumentation comment for this package)
568571

569572
```

0 commit comments

Comments
 (0)