Android
androidJvm
js-messaging-api
/
com.duckduckgo.js.messaging.api
/
JsRequestResponse
/
Success
Success
data
class
Success
(
val
context
:
String
,
val
featureName
:
String
,
val
method
:
String
,
val
id
:
String
,
val
result
:
JSONObject
)
:
JsRequestResponse
Members
Constructors
Success
Link copied to clipboard
constructor
(
context
:
String
,
featureName
:
String
,
method
:
String
,
id
:
String
,
result
:
JSONObject
)
Properties
context
Link copied to clipboard
val
context
:
String
feature
Name
Link copied to clipboard
val
featureName
:
String
id
Link copied to clipboard
val
id
:
String
method
Link copied to clipboard
val
method
:
String
result
Link copied to clipboard
val
result
:
JSONObject