Uploaded image for project: 'Realm Kotlin'
  1. Realm Kotlin
  2. RKOTLIN-301

SyncSession - start/stop session

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Sync
    • Labels:
      None

      Similar to Realm Java we should offer methods for manually starting and stopping Sync.

       

      class SyncSession {
        fun start()
        fun stop()
      }

      Note, this is named differently in the various SDK's, mostly for arbitrary reasons. So maybe a chance to consolidate a little bit?

      • iOS -> suspend/resume
      • .NET -> start()/stop()
      • JS -> resume()/pause()

            Assignee:
            Unassigned Unassigned
            Reporter:
            christian.melchior@mongodb.com Christian Melchior (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: