AiutaOnboardingHowItWorksPageFeatureImages
Interface defining images used in the "How It Works" page of the onboarding flow.
This interface provides a collection of image pairs that demonstrate the app's functionality through before/after examples.
Types
Link copied to clipboard
class OnboardingHowItWorksItem(val itemPhoto: AiutaDrawableResource, val itemPreview: AiutaDrawableResource)
Data class representing a single step in the "How It Works" demonstration.
Properties
Link copied to clipboard
abstract val onboardingHowItWorksItems: List<AiutaOnboardingHowItWorksPageFeatureImages.OnboardingHowItWorksItem>
List of demonstration items showing the app's functionality. Each item contains a pair of images showing the before and after states.