toggle menu
Android-Vast-Extension
androidJvm
switch theme
search in API
tools
/
com.ave.vastgui.tools.utils.download
/
DLEvent
DLEvent
sealed
class
DLEvent
The event of the download.
Since
0.5.2
Inheritors
SUCCESS
DOWNLOADING
FAILED
PAUSE
RESUME
CANCEL
INIT
Members
Constructors
DLEvent
Link copied to clipboard
protected
constructor
(
)
Types
CANCEL
Link copied to clipboard
object
CANCEL
:
DLEvent
DOWNLOADING
Link copied to clipboard
class
DOWNLOADING
(
val
currentLength
:
Long
,
val
length
:
Long
)
:
DLEvent
FAILED
Link copied to clipboard
class
FAILED
(
val
exception
:
Throwable
)
:
DLEvent
INIT
Link copied to clipboard
object
INIT
:
DLEvent
PAUSE
Link copied to clipboard
object
PAUSE
:
DLEvent
RESUME
Link copied to clipboard
object
RESUME
:
DLEvent
SUCCESS
Link copied to clipboard
class
SUCCESS
(
val
data
:
File
)
:
DLEvent