toggle menu
mobilesdk
androidJvm
switch theme
search in API
mobilesdk
/
com.confirmit.mobilesdk.database.domain
/
ResponseDb
Response
Db
interface
ResponseDb
Members
Functions
get
Custom
Data
Link copied to clipboard
abstract
fun
getCustomData
(
serverId
:
String
,
surveyId
:
String
,
respondentGuid
:
String
)
:
Map
<
String
,
String
?
>
abstract
fun
getCustomData
(
serverId
:
String
,
surveyId
:
String
,
respondentGuid
:
String
,
key
:
String
)
:
String
?
get
Respondent
Value
Link copied to clipboard
abstract
fun
getRespondentValue
(
serverId
:
String
,
surveyId
:
String
,
respondentGuid
:
String
)
:
Map
<
String
,
String
?
>
get
Response
Link copied to clipboard
abstract
fun
getResponse
(
serverId
:
String
,
surveyId
:
String
,
respondentGuid
:
String
)
:
Map
<
String
,
String
?
>
get
Response
Control
Link copied to clipboard
abstract
fun
getResponseControl
(
serverId
:
String
,
surveyId
:
String
,
respondentGuid
:
String
)
:
Map
<
String
,
String
?
>
update
Custom
Data
Link copied to clipboard
abstract
fun
updateCustomData
(
serverId
:
String
,
surveyId
:
String
,
respondentGuid
:
String
,
customData
:
Map
<
String
,
String
?
>
)
update
Respondent
Value
Link copied to clipboard
abstract
fun
updateRespondentValue
(
serverId
:
String
,
surveyId
:
String
,
respondentGuid
:
String
,
respondentValue
:
Map
<
String
,
String
?
>
)
update
Response
Link copied to clipboard
abstract
fun
updateResponse
(
serverId
:
String
,
surveyId
:
String
,
respondentGuid
:
String
,
responseControl
:
Map
<
String
,
String
?
>
,
response
:
Map
<
String
,
String
?
>
)