matrix-sdk-android
1.6.10
matrix-sdk-android
/
org.matrix.android.sdk.api.listeners
/
ProgressListener
/
onProgress
on
Progress
abstract
fun
onProgress
(
progress
:
Int
,
total
:
Int
)
Content copied to clipboard
Will be invoked on the background thread, not in UI thread.
Parameters
progress
from 0 to total by contract
total