toggle menu
KAHelpers
androidJvm
switch theme
search in API
retrofit
/
dev.funkymuse.retrofit
/
addImageBytesToRetrofit
add
Image
Bytes
To
Retrofit
fun
HashMap
<
String
,
RequestBody
>
.
addImageBytesToRetrofit
(
byteList
:
List
<
ByteArray
>
,
photoName
:
(
index
:
Int
)
->
String
=
{ index -> "photo_$index"}
)
fun
ArrayMap
<
String
,
RequestBody
>
.
addImageBytesToRetrofit
(
byteList
:
List
<
ByteArray
>
,
photoName
:
(
index
:
Int
)
->
String
=
{ index -> "photo_$index"}
)
fun
ArrayMap
<
String
,
RequestBody
>
.
addImageBytesToRetrofit
(
byteList
:
ByteArray
?
,
photoName
:
String
)