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
/
ProtocolOptions
Protocol
Options
data
class
ProtocolOptions
(
val
protocol
:
String
,
val
data
:
String
?
)
Members
Constructors
Protocol
Options
Link copied to clipboard
constructor
(
protocol
:
String
,
data
:
String
?
)
Properties
data
Link copied to clipboard
@
SerializedName
(
value
=
"data"
)
val
data
:
String
?
protocol
Link copied to clipboard
@
SerializedName
(
value
=
"protocol"
)
val
protocol
:
String