Documentation of the API change is added.

This commit is contained in:
onurays 2020-02-20 16:39:48 +03:00
parent a97971dd84
commit 7d232527c8
2 changed files with 2 additions and 1 deletions

View file

@ -21,6 +21,7 @@ Translations 🗣:
SDK API changes ⚠️:
- Get crypto methods through Session.cryptoService()
- ProgressListener.onProgress() function will be invoked on the background thread instead of UI thread
Build 🧱:
-

View file

@ -20,7 +20,7 @@ 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.
* @param progress from 0 to total by contract
* @param total
*/