Plants vs. Zombies: Replanted - v1.0.3
Preparing search index...
IDownloadsAPIExtension
Interface IDownloadsAPIExtension
interface
IDownloadsAPIExtension
{
pauseDownload
?:
(
downloadId
:
string
)
=>
Promise
<
void
>
;
removeDownload
?:
(
downloadId
:
string
,
options
?:
IDownloadRemoveOptions
,
)
=>
Promise
<
void
>
;
resumeDownload
?:
(
downloadId
:
string
,
options
?:
IStartDownloadOptions
,
)
=>
Promise
<
void
>
;
startDownload
?:
(
urls
:
string
[]
,
modInfo
:
any
,
fileName
:
string
,
redownload
?:
RedownloadMode
,
options
?:
IStartDownloadOptions
,
)
=>
Promise
<
IDownloadResult
>
;
}
Hierarchy (
View Summary
)
IDownloadsAPIExtension
IExtensionApiExtension
Index
Properties
pause
Download?
remove
Download?
resume
Download?
start
Download?
Properties
Optional
pause
Download
pauseDownload
?:
(
downloadId
:
string
)
=>
Promise
<
void
>
Optional
remove
Download
removeDownload
?:
(
downloadId
:
string
,
options
?:
IDownloadRemoveOptions
,
)
=>
Promise
<
void
>
Optional
resume
Download
resumeDownload
?:
(
downloadId
:
string
,
options
?:
IStartDownloadOptions
,
)
=>
Promise
<
void
>
Optional
start
Download
startDownload
?:
(
urls
:
string
[]
,
modInfo
:
any
,
fileName
:
string
,
redownload
?:
RedownloadMode
,
options
?:
IStartDownloadOptions
,
)
=>
Promise
<
IDownloadResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
pause
Download
remove
Download
resume
Download
start
Download
Plants vs. Zombies: Replanted - v1.0.3
Loading...