onProgress abstract method
- RegionId region,
- int percentage
Called multiple times to indicate the download progress for each requested region individually.
Invoked on the main thread.
-
regionRepresents an id of region status update is related to. -
percentageRepresents a percentage of data which has been downloaded for particular region.
Implementation
void onProgress(RegionId region, int percentage);