toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.utils.download
/
DLEventListener
DLEvent
Listener
class
DLEventListener
The listener of the
DLEvent
for the download.
Since
0.5.2
Members
Constructors
DLEvent
Listener
Link copied to clipboard
internal
constructor
(
)
Properties
on
Cancel
Link copied to clipboard
var
onCancel
:
(
)
->
Unit
on
Downloading
Link copied to clipboard
var
onDownloading
:
(
DLEvent.DOWNLOADING
)
->
Unit
on
Failure
Link copied to clipboard
var
onFailure
:
(
DLEvent.FAILED
)
->
Unit
on
Pause
Link copied to clipboard
var
onPause
:
(
)
->
Unit
on
Success
Link copied to clipboard
var
onSuccess
:
(
DLEvent.SUCCESS
)
->
Unit