racehorse
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
racehorse
racehorse
/
org.racehorse
/
DownloadPlugin
Download
Plugin
open
class
DownloadPlugin
(
activity
:
ComponentActivity
)
Members
Constructors
Download
Plugin
Link copied to clipboard
constructor
(
activity
:
ComponentActivity
)
Functions
on
Add
Download
Link copied to clipboard
@
Subscribe
(
threadMode
=
ThreadMode.ASYNC
)
open
fun
onAddDownload
(
event
:
AddDownloadEvent
)
on
Download
Start
Link copied to clipboard
@
Subscribe
(
threadMode
=
ThreadMode.ASYNC
)
open
fun
onDownloadStart
(
event
:
DownloadStartEvent
)
on
Get
All
Downloads
Link copied to clipboard
@
Subscribe
fun
onGetAllDownloads
(
event
:
GetAllDownloadsEvent
)
on
Get
Download
Link copied to clipboard
@
Subscribe
fun
onGetDownload
(
event
:
GetDownloadEvent
)
on
Remove
Download
Link copied to clipboard
@
Subscribe
fun
onRemoveDownload
(
event
:
RemoveDownloadEvent
)