OnboardingController.kt |
|
3711 |
OnboardingFirstFragment.kt |
|
3163 |
OnboardingFirstScreenCompose.kt |
Displays the first onBoarding screen.
@param termsOfServiceOnClick called when the user clicks on the terms of service link.
@param privacyNoticeOnClick called when the user clicks on the privacy notice link.
@param buttonOnClick called when the user clicks on the 'continue' button.
|
6880 |
OnboardingInteractor.kt |
|
1329 |
OnboardingSecondFragment.kt |
|
3441 |
OnboardingSecondScreenCompose.kt |
Displays the second onBoarding screen
@param setAsDefaultBrowser Will be called when the user clicks on SetDefaultBrowser button.
@param skipScreen Will be called when the user clicks on Skip button.
|
4951 |
OnboardingStep.kt |
|
454 |
OnboardingStorage.kt |
Saves the step of the onBoarding flow.
If the user closes the app at step two he should start again from step two
when he enters again in the app.
@param onBoardingStep current onBoarding step
|
1830 |