app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.utils
/
OfflineDownloader
Offline
Downloader
class
OfflineDownloader
Members
Constructors
Offline
Downloader
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
download
State
Link copied to clipboard
val
downloadState
:
StateFlow
<
DownloadState
>
Functions
cancel
Download
Link copied to clipboard
fun
cancelDownload
(
)
start
Download
Link copied to clipboard
fun
startDownload
(
fileUrl
:
String
,
outputFilePath
:
String
,
extractSize
:
Double
?
)