onProgress abstract method

void onProgress(
  1. int percentage
)

Called multiple times to indicate the progress of index creation or deletion.

Invoked on the main thread.

  • percentage Represents a percentage of work done.

Implementation

void onProgress(int percentage);