Skip to content

Commit

Permalink
Add page to toc
Browse files Browse the repository at this point in the history
  • Loading branch information
cbullinger committed Aug 2, 2023
1 parent 3ea280a commit 75f84f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.

This file was deleted.

1 change: 1 addition & 0 deletions source/sdk/kotlin/sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Device Sync - Kotlin SDK
Configure & Open a Synced Realm </sdk/kotlin/sync/open-a-synced-realm>
Manage Subscriptions </sdk/kotlin/sync/subscribe>
Write to a Synced Realm </sdk/kotlin/sync/write-to-synced-realm>
Manage Sync Session </sdk/kotlin/sync/manage-sync-session>
Handle Sync Errors </sdk/kotlin/sync/handle-sync-errors>
Set the Client Log Level </sdk/kotlin/sync/log-level>
Stream Data to Atlas </sdk/kotlin/sync/stream-data-to-atlas>
Expand Down
1 change: 0 additions & 1 deletion source/sdk/kotlin/sync/manage-sync-session.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ The sync session manages the following:

- Uploading and downloading changes to the realm
- Pausing and resuming sync
- Monitoring sync progress
- Monitoring network connectivity

You can access the `SyncSession <{+kotlin-sync-prefix+}io.realm.kotlin.mongodb.sync/-sync-session/index.html>`__
Expand Down
6 changes: 3 additions & 3 deletions source/sdk/kotlin/sync/partition-based-sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ To adjust specific configuration settings, use the options provided by
.. literalinclude:: /examples/generated/kotlin/SyncTest.snippet.configure-a-synced-realm.kt
:language: kotlin

Monitor Sync Upload Progress
----------------------------
Check Upload & Download Progress for a Sync Session
---------------------------------------------------

To monitor Sync upload progress progress, call
To monitor Sync upload and download progress, call
`progressAsFlow() <{+kotlin-sync-prefix+}io.realm.kotlin.mongodb.sync/-sync-session/progress-as-flow.html>`__

This method returns a Flow of
Expand Down

0 comments on commit 75f84f3

Please sign in to comment.