Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyncConfiguration - allowQueriesOnUiThread/allowWritesOnUiThread #416

Open
sync-by-unito bot opened this issue Sep 1, 2021 · 0 comments
Open

SyncConfiguration - allowQueriesOnUiThread/allowWritesOnUiThread #416

sync-by-unito bot opened this issue Sep 1, 2021 · 0 comments

Comments

@sync-by-unito
Copy link

sync-by-unito bot commented Sep 1, 2021

See #195

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

SyncConfiguration.Builder(user, partitionValue)
 .allowQueriesOnUiThread(enable: Boolean)
 .allowWritesOnUiThread(enable: Boolean)
 .build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants