This commit is contained in:
Benoit Marty 2020-02-20 15:15:38 +01:00
parent 80ef2192b9
commit d867b1345f
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ package im.vector.matrix.android.api.listeners
* Interface to send a progress info
*/
interface ProgressListener {
/** Will be invoked on the background thread, not in UI thread.
/**
* Will be invoked on the background thread, not in UI thread.
* @param progress from 0 to total by contract
* @param total
*/