Companion

object Companion

Properties

Link copied to clipboard
const val EXTRA_QUESTIONNAIRE_JSON_STRING: String

A JSON encoded string extra for a questionnaire. This should only be used for questionnaires with size at most 512KB. For large questionnaires, use EXTRA_QUESTIONNAIRE_JSON_URI.

Link copied to clipboard
const val EXTRA_QUESTIONNAIRE_JSON_URI: String

A Uri extra for streaming a JSON encoded questionnaire.

Link copied to clipboard
const val EXTRA_QUESTIONNAIRE_RESPONSE_JSON_STRING: String

A JSON encoded string extra for a prefilled questionnaire response.