observeSyncProgress

abstract fun observeSyncProgress(): Observable<Int>

Returns Observable that emits progress of synchronization from 0 to 100 percent.

This value valid only during TasksState.SYNC.

Return

Observable that emits progress of synchronization.

See also