onProgress abstract method
- int percentage
Called multiple times to indicate the progress of index creation or deletion.
Invoked on the main thread.
percentageRepresents a percentage of work done.
Implementation
void onProgress(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.void onProgress(int percentage);