matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.listeners
/
ProgressListener
Progress
Listener
interface
ProgressListener
Content copied to clipboard
Interface to send a progress info.
Functions
Functions
on
Progress
Link copied to clipboard
abstract
fun
onProgress
(
progress
:
Int
,
total
:
Int
)
Content copied to clipboard
Will be invoked on the background thread, not in UI thread.