download

fun download(): Observable<TrackerD2Progress>

Downloads and persists Events from the server. Only instances in capture scope are downloaded. This method keeps track of the latest successful download in order to void downloading unmodified data.

It makes use of paging with a best effort strategy: in case a page fails to be downloaded or persisted, it is skipped and the rest of pages are persisted.

Return