Documentation of the API change is added.
This commit is contained in:
parent
a97971dd84
commit
7d232527c8
|
@ -21,6 +21,7 @@ Translations 🗣:
|
||||||
|
|
||||||
SDK API changes ⚠️:
|
SDK API changes ⚠️:
|
||||||
- Get crypto methods through Session.cryptoService()
|
- Get crypto methods through Session.cryptoService()
|
||||||
|
- ProgressListener.onProgress() function will be invoked on the background thread instead of UI thread
|
||||||
|
|
||||||
Build 🧱:
|
Build 🧱:
|
||||||
-
|
-
|
||||||
|
|
|
@ -20,7 +20,7 @@ package im.vector.matrix.android.api.listeners
|
||||||
* Interface to send a progress info
|
* Interface to send a progress info
|
||||||
*/
|
*/
|
||||||
interface ProgressListener {
|
interface ProgressListener {
|
||||||
/**
|
/** Will be invoked on the background thread, not in UI thread.
|
||||||
* @param progress from 0 to total by contract
|
* @param progress from 0 to total by contract
|
||||||
* @param total
|
* @param total
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue