kalium
Toggle table of contents
034c4e0
common
Platform filter
common
Switch theme
Search in API
kalium
logic
/
com.wire.kalium.logic.data.message.linkpreview
/
DownloadedImage
Downloaded
Image
internal
data
class
DownloadedImage
(
val
bytes
:
ByteArray
,
val
mimeType
:
String
)
Members
Constructors
Downloaded
Image
Link copied to clipboard
constructor
(
bytes
:
ByteArray
,
mimeType
:
String
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
mime
Type
Link copied to clipboard
val
mimeType
:
String
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