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