VModal Android SDK
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
VModal Android SDK
VModal Android SDK
/
com.vmodal.sdk
/
VmodalResponse
/
VmodalResponse
Vmodal
Response
constructor
(
statusCode
:
Int
,
body
:
String
=
""
,
headers
:
Map
<
String
,
List
<
String
>
>
=
emptyMap()
,
bytes
:
ByteArray
=
body.toByteArray(StandardCharsets.UTF_8)
)