Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Builder to Questionnaire Fragment. #1847

Merged
merged 8 commits into from
Feb 14, 2023
Prev Previous commit
Next Next commit
Merge branch 'master' into ak/questionnaire-fragment-builder
  • Loading branch information
aditya-07 committed Feb 14, 2023
commit c9353828c9d9fdf3c912bbb35ece1797a03f9e8a
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,11 @@ class QuestionnaireFragment : Fragment() {
const val SUBMIT_REQUEST_KEY = "submit-request-key"

fun builder() = Builder()
}
/**
* A [Boolean] extra to show or hide the Submit button in the questionnaire. Default is true.
*/
const val EXTRA_SHOW_SUBMIT_BUTTON = "show-submit-button"
}

/**
* Data class that holds a matcher function ([matches]) which evaluates whether a given [factory]
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.