Dockware Scan
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Dockware Scan
dockware-core
/
ai.dockware.core.shipments
/
ShipmentsRepository
/
downloadPLYFile
download
PLYFile
abstract
suspend
fun
downloadPLYFile
(
storagePath
:
String
,
onProgress
:
suspend
(
bytesRead
:
Long
,
contentLength
:
Long
?
)
->
Unit
?
=
null
)
:
Result
<
ByteArray
>