onProgress abstract method

void onProgress(
  1. int length,
  2. int downloadLength,
  3. double progress
)

Implementation

void onProgress(int length, int downloadLength, double progress);