AiutaWelcomeScreenFeature
class AiutaWelcomeScreenFeature(val images: AiutaWelcomeScreenFeatureImages, val icons: AiutaWelcomeScreenFeatureIcons, val strings: AiutaWelcomeScreenFeatureStrings, val typography: AiutaWelcomeScreenFeatureTypography) : AiutaFeature
Configuration for the welcome screen feature in the fashion SDK.
This feature provides the initial screen shown to users when they first open the app, including welcome images, icons, text, and typography settings.
Required components:
images: Images displayed on the welcome screen
icons: Icons used in the welcome screen UI
strings: Text strings for the welcome screen
typography: Typography settings for text elements
Constructors
Link copied to clipboard
constructor(images: AiutaWelcomeScreenFeatureImages, icons: AiutaWelcomeScreenFeatureIcons, strings: AiutaWelcomeScreenFeatureStrings, typography: AiutaWelcomeScreenFeatureTypography)
Types
Link copied to clipboard
Builder class for creating instances of AiutaWelcomeScreenFeature.