Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.utils.http.data
/
DisconnectResult
Disconnect
Result
data
class
DisconnectResult
(
val
id
:
BigInteger
,
val
topic
:
String
)
Members
Constructors
Disconnect
Result
Link copied to clipboard
constructor
(
id
:
BigInteger
,
topic
:
String
)
Properties
id
Link copied to clipboard
@
SerializedName
(
value
=
"id"
)
val
id
:
BigInteger
topic
Link copied to clipboard
@
SerializedName
(
value
=
"topic"
)
val
topic
:
String