SyncsConfig
class SyncsConfig
Class encapsulating syncs definition.
Config expected in a resource or assets file in JSON with the following: { syncs: { syncType: syncUp | syncDown syncName: xxx soupName: yyy target: { depends on target - see SyncTarget.java } options: { also depends on target - see SyncOptions.java } } }