Documentation of the API change is added.
This commit is contained in:
parent
a97971dd84
commit
7d232527c8
|
@ -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 🧱:
|
||||
-
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue