startFetch

abstract fun startFetch(syncManager: SyncManager, maxTimeStamp: Long): JSONArray?

Start fetching records conforming to target If a value for maxTimeStamp greater than 0 is passed in, only records created/modified after maxTimeStamp should be returned

Parameters

syncManager
maxTimeStamp

Throws

, JSONException