toggle menu
Core
0.6.1
common
switch theme
search in API
Core
/
io.telereso.kmp.core.models
/
FileRequest
/
FileRequest
File
Request
constructor
(
base64
:
String
,
name
:
String
,
contentType
:
String
)
constructor
(
base64
:
String
,
name
:
String
)
constructor
(
base64
:
String
,
name
:
String
,
progress
:
(
percentage
:
Int
)
->
Unit
)
constructor
(
base64
:
String
,
name
:
String
,
contentType
:
String
=
name.contentType().toString()
,
progress
:
(
percentage
:
Int
)
->
Unit
=
{}
)