AiutaConsentStandaloneOnboardingPageFeature
class AiutaConsentStandaloneOnboardingPageFeature(val strings: AiutaConsentStandaloneFeatureStrings, val data: AiutaConsentStandaloneFeatureData, val dataProvider: AiutaConsentStandaloneFeatureDataProvider, val icons: AiutaConsentStandaloneFeatureIcons, val styles: AiutaConsentStandaloneFeatureStyles) : AiutaConsentStandaloneFeature
Configuration for standalone consent collection in the onboarding page.
This feature provides a dedicated page for collecting user consent during the onboarding process, with full customization options for text, data, icons, and styles.
Required components:
strings: Text content for the consent interface
data: Data model for consent information
dataProvider: Provider for managing consent data
icons: Icon resources for the consent interface
styles: Visual styles for the consent interface
Constructors
Link copied to clipboard
constructor(strings: AiutaConsentStandaloneFeatureStrings, data: AiutaConsentStandaloneFeatureData, dataProvider: AiutaConsentStandaloneFeatureDataProvider, icons: AiutaConsentStandaloneFeatureIcons, styles: AiutaConsentStandaloneFeatureStyles)
Types
Link copied to clipboard
Builder for creating AiutaConsentStandaloneOnboardingPageFeature instances.
Properties
Link copied to clipboard
Data model for consent information
Link copied to clipboard
Provider for managing consent data
Link copied to clipboard
Icon resources for the consent interface
Link copied to clipboard
Text content for the consent interface
Link copied to clipboard
Visual styles for the consent interface