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
In certain cases, the links opened from the support chat are opened in the app instead of a browser. You can control whether the chat modal should be dismissed after the link is opened by calling the following method:
93
+
In certain cases, tapping links in the support chat will open them in the app instead of a browser. You can control whether the chat modal screen should be dismissed after the link is opened by calling the following method:
|`DevRev.startRecording()`| Start the session recording. |
160
-
|`DevRev.stopRecording()`| Stop the session recording and uploads it to the portal. |
160
+
|`DevRev.stopRecording()`| Stop the session recording and upload it to the portal. |
161
161
|`DevRev.pauseRecording()`| Pause the ongoing session recording. |
162
162
|`DevRev.resumeRecording()`| Resume a paused session recording. |
163
-
|`DevRev.processAllOnDemandSessions()`| Stop the ongoing session recording and uploads all offline sessions on demand, including the current one.|
163
+
|`DevRev.processAllOnDemandSessions()`| Stop the ongoing session recording and upload all offline sessions on demand, including the current one.|
164
164
165
165
### Session properties
166
166
@@ -231,7 +231,7 @@ To receive push notifications, you need to configure your DevRev organization by
231
231
### Register for push notifications
232
232
233
233
<Calloutintent="note">
234
-
Push notifications require that the SDK has been configured and the user has been identified, to ensure delivery to the correct user.
234
+
To ensure delivery to the correct user, push notifications require that the SDK has been configured and the user has been identified.
235
235
</Callout>
236
236
237
237
The DevRev SDK offers a method to register your device for receiving push notifications. You can register for push notifications using the following method:
@@ -240,7 +240,7 @@ The DevRev SDK offers a method to register your device for receiving push notifi
On Android devices, the `deviceToken`should be the Firebase Cloud Messaging (FCM) token value, while on iOS devices, it should be the Apple Push Notification Service (APNs) token.
243
+
On Android devices, the `deviceToken`must be the Firebase Cloud Messaging (FCM) token value. On iOS devices, it must be the Apple Push Notification Service (APNs) token.
0 commit comments