OnProgressListener

public interface OnProgressListener


A listener that is called periodically during execution of the UpdateTask.

Summary

Public methods

abstract void

Called periodically for progress update and state changes of the UpdateTask.

Public methods

onProgressUpdate

abstract void onProgressUpdate(@NonNull UpdateProgress updateState)

Called periodically for progress update and state changes of the UpdateTask.