retrofit-helper
1.1.0
androidJvm
retrofit-helper
/
com.king.retrofit.retrofithelper.listener
/
ProgressListener
Progress
Listener
interface
ProgressListener
进度监听
Author
Jenly
Members
Functions
on
Exception
Link copied to clipboard
abstract
fun
onException
(
e
:
Exception
)
异常
on
Progress
Link copied to clipboard
abstract
fun
onProgress
(
currentBytes
:
Long
,
contentLength
:
Long
,
completed
:
Boolean
)
进度