Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Core Library
/
com.cloudike.sdk.core.downloader
/
DownloadResultCopier
Download
Result
Copier
fun
interface
DownloadResultCopier
Members
Functions
copy
Link copied to clipboard
abstract
suspend
fun
copy
(
target
:
File
,
to
:
Uri
,
fileName
:
String
,
meta
:
String
?
)
:
Result
<
Uri
>