EXTRA_QUESTIONNAIRE_RESPONSE_JSON_STRING

const val EXTRA_QUESTIONNAIRE_RESPONSE_JSON_STRING: String

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 EXTRA_QUESTIONNAIRE_RESPONSE_JSON_URI.

If this and EXTRA_QUESTIONNAIRE_RESPONSE_JSON_URI are provided, EXTRA_QUESTIONNAIRE_RESPONSE_JSON_URI takes precedence.