Skip to content

Commit 9967100

Browse files
committed
Improve table in tabs
1 parent 0dab18a commit 9967100

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

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

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -514,25 +514,26 @@ The session recording feature is opt-out and is enabled by default.
514514

515515
Here are the available methods to help you control the session recording feature:
516516

517-
- Kotlin
518-
519-
| Method | Action |
520-
|----------------------------------------|------------------------------------------------------------------------|
521-
| `DevRev.startRecording()` | Starts the session recording. |
522-
| `DevRev.stopRecording()` | Stops the session recording and uploads it to the portal. |
523-
| `DevRev.pauseRecording()` | Pauses the ongoing session recording. |
524-
| `DevRev.resumeRecording()` | Resumes a paused session recording. |
525-
| `DevRev.processAllOnDemandSessions()` | Stops the ongoing user recording and uploads all offline sessions on demand, including the current one. |
526-
527-
- Java
528-
529-
| Method | Action |
530-
|-----------------------------------------------------------------------------|------------------------------------------------------------------------|
531-
| `DevRevObservabilityExtKt.startRecording(DevRev.INSTANCE, context);` | Starts the session recording. |
532-
| `DevRevObservabilityExtKt.stopRecording(DevRev.INSTANCE);` | Stops the session recording and uploads it to the portal. |
533-
| `DevRevObservabilityExtKt.pauseRecording(DevRev.INSTANCE);` | Pauses the ongoing session recording. |
534-
| `DevRevObservabilityExtKt.resumeRecording(DevRev.INSTANCE);` | Resumes a paused session recording. |
535-
| `DevRevObservabilityExtKt.processAllOnDemandSessions(DevRev.INSTANCE);` | Stops the ongoing user recording and uploads all offline sessions on demand, including the current one. |
517+
<Tabs>
518+
<Tab title="Kotlin">
519+
| Method | Action |
520+
|----------------------------------------|------------------------------------------------------------------------|
521+
| `DevRev.startRecording()` | Starts the session recording. |
522+
| `DevRev.stopRecording()` | Stops the session recording and uploads it to the portal. |
523+
| `DevRev.pauseRecording()` | Pauses the ongoing session recording. |
524+
| `DevRev.resumeRecording()` | Resumes a paused session recording. |
525+
| `DevRev.processAllOnDemandSessions()` | Stops the ongoing user recording and uploads all offline sessions on demand, including the current one. |
526+
</Tab>
527+
<Tab title="Java">
528+
| Method | Action |
529+
|-----------------------------------------------------------------------------|------------------------------------------------------------------------|
530+
| `DevRevObservabilityExtKt.startRecording(DevRev.INSTANCE, context);` | Starts the session recording. |
531+
| `DevRevObservabilityExtKt.stopRecording(DevRev.INSTANCE);` | Stops the session recording and uploads it to the portal. |
532+
| `DevRevObservabilityExtKt.pauseRecording(DevRev.INSTANCE);` | Pauses the ongoing session recording. |
533+
| `DevRevObservabilityExtKt.resumeRecording(DevRev.INSTANCE);` | Resumes a paused session recording. |
534+
| `DevRevObservabilityExtKt.processAllOnDemandSessions(DevRev.INSTANCE);` | Stops the ongoing user recording and uploads all offline sessions on demand, including the current one. |
535+
</Tab>
536+
</Tabs>
536537

537538
Using this property will return the status of the session recording:
538539

0 commit comments

Comments
 (0)