Package-level declarations
Types
Link copied to clipboard
class AiutaConsentEmbeddedIntoOnboardingFeature(val strings: AiutaConsentEmbeddedIntoOnboardingFeatureStrings) : AiutaConsentFeature
Configuration for consent collection embedded in the onboarding flow.
Link copied to clipboard
Sealed interface for consent feature implementations.
Link copied to clipboard
Interface for standalone consent feature implementations.
Link copied to clipboard
class AiutaConsentStandaloneImagePickerPageFeature(val strings: AiutaConsentStandaloneFeatureStrings, val data: AiutaConsentStandaloneFeatureData, val dataProvider: AiutaConsentStandaloneFeatureDataProvider, val icons: AiutaConsentStandaloneFeatureIcons, val styles: AiutaConsentStandaloneFeatureStyles) : AiutaConsentStandaloneFeature
Configuration for standalone consent collection in the image picker page.
Link copied to clipboard
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.
Functions
Link copied to clipboard
inline fun AiutaFeatures.Builder.embeddedConsent(block: AiutaConsentEmbeddedIntoOnboardingFeature.Builder.() -> Unit): AiutaFeatures.Builder
DSL function for configuring embedded consent in the onboarding flow.
Link copied to clipboard
inline fun AiutaFeatures.Builder.standaloneImagePickerConsent(block: AiutaConsentStandaloneImagePickerPageFeature.Builder.() -> Unit): AiutaFeatures.Builder
DSL function for configuring standalone consent in the image picker page.
Link copied to clipboard
inline fun AiutaFeatures.Builder.standaloneOnboardingConsent(block: AiutaConsentStandaloneOnboardingPageFeature.Builder.() -> Unit): AiutaFeatures.Builder
DSL function for configuring standalone consent in the onboarding page.