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

SyncSession Scaffolding

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

      Add the initial wrapper implementations for SyncManager and SyncSession. They do not need to expose anything interesting:

       

      // SyncManager class
      class io.realm.mongodb.sync.Sync {
        // ...
      }
      
      // Session class
      class io.realm.mongodb.sync.SyncSession {
       // ...
      }
      
      val Realm.syncSession // Extension method on Synced Realms

            Assignee:
            Unassigned Unassigned
            Reporter:
            brian.munkholm@mongodb.com Brian Munkholm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: