sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk.network.adapter
/
Result
Result
data
class
Result
(
val
code
:
Int
,
val
result
:
String
?
,
val
date
:
String
?
)
Members
Constructors
Result
Link copied to clipboard
constructor
(
code
:
Int
,
result
:
String
?
,
date
:
String
?
)
Properties
code
Link copied to clipboard
val
code
:
Int
date
Link copied to clipboard
val
date
:
String
?
result
Link copied to clipboard
val
result
:
String
?