| OnboardingController.kt |
|
3910 |
| OnboardingFirstFragment.kt |
|
2345 |
| OnboardingFirstScreenCompose.kt |
Displays the first onBoarding screen
@param onGetStartedButtonClicked Will be called when the user clicks on get started button.
@param onCloseButtonClick The lambda to be invoked when close button icon is pressed.
|
6117 |
| OnboardingInteractor.kt |
|
1329 |
| OnboardingSecondFragment.kt |
|
3472 |
| 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.
@param onCloseButtonClick The lambda to be invoked when close button icon is pressed.
|
7313 |
| 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
|
1824 |