kmpworker
Toggle table of contents
0.1.0-beta04
common
Platform filter
common
Switch theme
Search in API
kmpworker
ios
/
io.neuralheads.kmpworker.ios
/
BackgroundDownloadDelegate
/
BackgroundDownloadDelegate
Background
Download
Delegate
constructor
(
taskId
:
String
,
onComplete
:
(
String
)
->
Unit
?
,
onError
:
(
Exception
)
->
Unit
?
,
eventStore
:
EventStore
?
,
scope
:
CoroutineScope
)