setQuestionnaireResponse

A JSON encoded string extra for a prefilled questionnaire response. This should only be used for questionnaire response with size at most 512KB. For large questionnaire response, use setQuestionnaireResponse(questionnaireResponseUri: Uri).

If this and setQuestionnaireResponse(questionnaireResponseUri: Uri) are provided, setQuestionnaireResponse(questionnaireResponseUri: Uri) takes precedence.


A URI extra for streaming a JSON encoded questionnaire response.

If this and setQuestionnaireResponse(questionnaireResponseJson: String) are provided, this extra takes precedence.