Skip to content

Commit 8d53025

Browse files
committed
Improve table structure.
1 parent 692473d commit 8d53025

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

fern/docs/pages/plug-sdk/android.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -524,13 +524,13 @@ The session recording feature is opt-out and is enabled by default.
524524

525525
Here are the available methods to help you control the session recording feature:
526526

527-
|Kotlin |Java |Action |
527+
|Kotlin (`DevRev`) |Java (`DevRevObservabilityExtKt`) |Action |
528528
|---|---|---|
529-
| DevRev.startRecording() | DevRevObservabilityExtKt.startRecording(DevRev.INSTANCE, context); | Starts the session recording. |
530-
| DevRev.stopRecording() | DevRevObservabilityExtKt.stopRecording(DevRev.INSTANCE); | Stops the session recording and uploads it to the portal. |
531-
| DevRev.pauseRecording() | DevRevObservabilityExtKt.pauseRecording(DevRev.INSTANCE); | Pauses the ongoing session recording. |
532-
| DevRev.resumeRecording() | DevRevObservabilityExtKt.resumeRecording(DevRev.INSTANCE); | Resumes a paused session recording. |
533-
| DevRev.processAllOnDemandSessions() | DevRevObservabilityExtKt.processAllOnDemandSessions(DevRev.INSTANECE); | Stops the ongoing user recording and uploads all offline sessions on demand, including the current one. |
529+
| `startRecording()` | `startRecording(DevRev.INSTANCE, context);` | Starts the session recording. |
530+
| `stopRecording()` | `stopRecording(DevRev.INSTANCE);` | Stops the session recording and uploads it to the portal. |
531+
| `pauseRecording()` | `pauseRecording(DevRev.INSTANCE);` | Pauses the ongoing session recording. |
532+
| `resumeRecording()` | `resumeRecording(DevRev.INSTANCE);` | Resumes a paused session recording. |
533+
| `processAllOnDemandSessions()` | `processAllOnDemandSessions(DevRev.INSTANCE);` | Stops the ongoing user recording and uploads all offline sessions on demand, including the current one. |
534534

535535
Using this property will return the status of the session recording:
536536

0 commit comments

Comments
 (0)