Welcome Screen Scheme¶
Configures an optional welcome screen that introduces users to the SDK's functionality.
Welcome Screen Feature¶
WelcomeScreenFeature {
images {
welcomeBackground: Image // (1)!
}
icons {
welcome82: Icon // (2)!
}
strings {
welcomeTitle: String // (3)!
welcomeDescription: String // (4)!
welcomeButtonStart: String // (5)!
}
typography {
welcomeTitle: TextStyle // (6)!
welcomeDescription: TextStyle // (7)!
}
}
- Sets the background image that covers the entire welcome screen.
- Defines the main icon displayed in the center of the welcome screen above the title.
- Specifies the main title text displayed on the welcome screen.
- Configures the descriptive text that appears below the title on the welcome screen.
- Sets the text label for the button that initiates the onboarding process or main interface.
- Controls the text style for the welcome screen's main title.
- Defines the text style for the welcome screen's description text.