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
/
ProviderRequestData
Provider
Request
Data
data
class
ProviderRequestData
(
val
method
:
String
,
val
params
:
Any
)
Members
Constructors
Provider
Request
Data
Link copied to clipboard
constructor
(
method
:
String
,
params
:
Any
)
Properties
method
Link copied to clipboard
@
SerializedName
(
value
=
"method"
)
val
method
:
String
params
Link copied to clipboard
@
SerializedName
(
value
=
"params"
)
val
params
:
Any