| ResearchSurfaceSurvey.kt |
The ratio of the content height to screen height. This was determined from the designs in figma taking the top and
bottom padding to be 10% of screen height.
|
6465 |
- |
| UninstallSurveyBottomSheet.kt |
The microsurvey bottom sheet.
@param question The question text.
@param answers The answer text options available for the given [question].
@param icon The icon that represents the feature for the given [question].
@param onPrivacyPolicyLinkClick Invoked when the privacy policy link is clicked.
@param onCloseButtonClicked Invoked when the close button is clicked.
@param onSubmitButtonClicked Invoked when the submit button is clicked.
@param isSubmitAlwaysEnabled Whether the submit button should remain enabled even if no option is selected.
@param buttonLabel The custom label text for the submission button.
|
7057 |
- |
| UninstallSurveyFooter.kt |
The footer UI used for microsurvey.
@param isSubmitted Whether the user has "Submitted" the survey or not.
@param isContentAnswerSelected Whether the user clicked on one of the answers or not.
@param onPrivacyPolicyLinkClick Invoked when the privacy policy link is clicked.
@param onButtonClick Invoked when the "Submit"/"Close" button is clicked.
@param buttonLabel The custom label text for the submission button.
|
4026 |
- |