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

SyncConfiguration - allowQueriesOnUiThread/allowWritesOnUiThread

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

      See https://github.com/realm/realm-kotlin/issues/195

      Similar to Realm Java we should expose allowWritesOnUiThread and allowQueriesOnUiThread  on SyncConfiguration

      SyncConfiguration.Builder(user, partitionValue)
       .allowQueriesOnUiThread(enable: Boolean)
       .allowWritesOnUiThread(enable: Boolean)
       .build()
      

            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: