onProgress abstract method

void onProgress(
  1. int percentage
)

Called multiple times to indicate the update progress.

Invoked on the main thread.

  • percentage Represents a percentage of corridor data which has been downloaded.

Implementation

void onProgress(int percentage);