nugu-android
nugu-login-kit
/
com.skt.nugu.sdk.platform.android.login.net
/
Response
Response
data
class
Response
(
val
code
:
Int
,
val
body
:
String
)
Content copied to clipboard
Response class for
HttpClient
Constructors
Properties
Parameters
Parameters
code
is the result of the number.
body
is the result of the string.
Constructors
Response
Link copied to clipboard
fun
Response
(
code
:
Int
,
body
:
String
)
Content copied to clipboard
Properties
body
Link copied to clipboard
val
body
:
String
Content copied to clipboard
code
Link copied to clipboard
val
code
:
Int
Content copied to clipboard