Package io.realm.mongodb.sync
Class Sync.Debug
- java.lang.Object
-
- io.realm.mongodb.sync.Sync.Debug
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
separatedDirForSyncManager
Set this to true to init a SyncManager with a directory named by the process ID.static boolean
skipOnlineChecking
Set this to true to bypass checking if the device is offline before making HTTP requests.
-
Constructor Summary
Constructors Constructor Description Debug()
-
-
-
Field Detail
-
skipOnlineChecking
public static boolean skipOnlineChecking
Set this to true to bypass checking if the device is offline before making HTTP requests.
-
separatedDirForSyncManager
public static boolean separatedDirForSyncManager
Set this to true to init a SyncManager with a directory named by the process ID. This is useful for integration tests which are emulating multiple sync client by using multiple processes.
-
-