shared
1.32.6
common
shared
/
io.dyte.core.platform
/
PlatformFile
Platform
File
data
class
PlatformFile
(
val
name
:
String
,
val
content
:
ByteArray
,
val
size
:
Long
,
val
mimeType
:
String
?
)
Members
Constructors
Platform
File
Link copied to clipboard
constructor
(
name
:
String
,
content
:
ByteArray
,
size
:
Long
,
mimeType
:
String
?
)
Properties
content
Link copied to clipboard
val
content
:
ByteArray
mime
Type
Link copied to clipboard
val
mimeType
:
String
?
name
Link copied to clipboard
val
name
:
String
size
Link copied to clipboard
val
size
:
Long
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