/**
  * Pause or resume downloading of regional resources.
  *
  * @param state the download state
  */
 public void setDownloadState(@DownloadState int state) {
   this.state = state;
   setOfflineRegionDownloadState(state);
 }