You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UserReport SDK stores the data on the count of screens viewed and the time the application is used. If necessary, you can get this data from a variable `session`. The session contains the following values:
141
141
142
-
- `screenView` - number of screen viewed in current session
143
-
- `totalScreenView` - number of screen viewed in all session
142
+
- `screenView` - number of screens viewed in the current session
143
+
- `totalScreenView` - number of screens viewed in all session
144
144
- `sessionSeconds` - number of seconds spent in the application for current session
145
145
- `totalSecondsInApp` - number of seconds spent in the application for all time
146
146
- `localQuarantineDate` - date until the survey will not appear again
147
-
- `settings` - current settings for appear the survey
147
+
- `settings` - current settings for appearing the survey
0 commit comments