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

Design SyncConfiguration as a subclass of RealmConfiguration

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

      This issue covers figuring out exactly how the SyncConfiguration should be exposed and create a skeleton implementation.

       

      In Realm Java it looks like this

      class RealmConfiguration {
        class Builder { ... }
      }
      
      class SyncConfiguration : RealmConfiguration {
        class Builder { ... }
      }

      This seems to work fairly well for Java, so most likely we can port this directly, but it needs to be evaluated.

            Assignee:
            eduardo.lopezgutierrez@mongodb.com Eduardo López Gutiérrez (Inactive)
            Reporter:
            brian.munkholm@mongodb.com Brian Munkholm (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: