-
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
d7a4fc5
commit 5dd7058
Showing
13 changed files
with
153 additions
and
7 deletions.
There are no files selected for viewing
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
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
13 changes: 13 additions & 0 deletions
13
...s/react-native-tracker/markdown/react-native-tracker.sessionstate.eventindex.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/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) > [eventIndex](./react-native-tracker.sessionstate.eventindex.md) | ||
|
||
## SessionState.eventIndex property | ||
|
||
Optional index of the current event in the session | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
eventIndex?: number; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...react-native-tracker/markdown/react-native-tracker.sessionstate.firsteventid.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/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) > [firstEventId](./react-native-tracker.sessionstate.firsteventid.md) | ||
|
||
## SessionState.firstEventId property | ||
|
||
The optional identifier of the first event for this session | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
firstEventId?: string; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...ative-tracker/markdown/react-native-tracker.sessionstate.firsteventtimestamp.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/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) > [firstEventTimestamp](./react-native-tracker.sessionstate.firsteventtimestamp.md) | ||
|
||
## SessionState.firstEventTimestamp property | ||
|
||
Optional date-time timestamp of when the first event in the session was tracked | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
firstEventTimestamp?: string; | ||
``` |
27 changes: 27 additions & 0 deletions
27
api-docs/docs/react-native-tracker/markdown/react-native-tracker.sessionstate.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,27 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@snowplow/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) | ||
|
||
## SessionState interface | ||
|
||
Current session state that is tracked in events. | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export interface SessionState | ||
``` | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --- | --- | --- | | ||
| [eventIndex?](./react-native-tracker.sessionstate.eventindex.md) | number | <i>(Optional)</i> Optional index of the current event in the session | | ||
| [firstEventId?](./react-native-tracker.sessionstate.firsteventid.md) | string | <i>(Optional)</i> The optional identifier of the first event for this session | | ||
| [firstEventTimestamp?](./react-native-tracker.sessionstate.firsteventtimestamp.md) | string | <i>(Optional)</i> Optional date-time timestamp of when the first event in the session was tracked | | ||
| [previousSessionId?](./react-native-tracker.sessionstate.previoussessionid.md) | string | <i>(Optional)</i> The previous session identifier for this user | | ||
| [sessionId](./react-native-tracker.sessionstate.sessionid.md) | string | An identifier for the session | | ||
| [sessionIndex](./react-native-tracker.sessionstate.sessionindex.md) | number | The index of the current session for this user | | ||
| [storageMechanism](./react-native-tracker.sessionstate.storagemechanism.md) | string | The mechanism that the session information has been stored on the device | | ||
| [userId](./react-native-tracker.sessionstate.userid.md) | string | An identifier for the user of the session | | ||
|
13 changes: 13 additions & 0 deletions
13
...-native-tracker/markdown/react-native-tracker.sessionstate.previoussessionid.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/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) > [previousSessionId](./react-native-tracker.sessionstate.previoussessionid.md) | ||
|
||
## SessionState.previousSessionId property | ||
|
||
The previous session identifier for this user | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
previousSessionId?: string; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...cs/react-native-tracker/markdown/react-native-tracker.sessionstate.sessionid.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/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) > [sessionId](./react-native-tracker.sessionstate.sessionid.md) | ||
|
||
## SessionState.sessionId property | ||
|
||
An identifier for the session | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
sessionId: string; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...react-native-tracker/markdown/react-native-tracker.sessionstate.sessionindex.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/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) > [sessionIndex](./react-native-tracker.sessionstate.sessionindex.md) | ||
|
||
## SessionState.sessionIndex property | ||
|
||
The index of the current session for this user | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
sessionIndex: number; | ||
``` |
13 changes: 13 additions & 0 deletions
13
...t-native-tracker/markdown/react-native-tracker.sessionstate.storagemechanism.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/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) > [storageMechanism](./react-native-tracker.sessionstate.storagemechanism.md) | ||
|
||
## SessionState.storageMechanism property | ||
|
||
The mechanism that the session information has been stored on the device | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
storageMechanism: string; | ||
``` |
13 changes: 13 additions & 0 deletions
13
.../docs/react-native-tracker/markdown/react-native-tracker.sessionstate.userid.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/react-native-tracker](./react-native-tracker.md) > [SessionState](./react-native-tracker.sessionstate.md) > [userId](./react-native-tracker.sessionstate.userid.md) | ||
|
||
## SessionState.userId property | ||
|
||
An identifier for the user of the session | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
userId: string; | ||
``` |
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
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