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.api.models
/
DownloadResult
/
Complete
Complete
data
class
Complete
(
val
bytes
:
ByteArray
)
:
DownloadResult
Terminal success state. Always the last element emitted before Flow completion.
Members
Constructors
Complete
Link copied to clipboard
constructor
(
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int