standaloneImagePickerConsent
inline fun AiutaFeatures.Builder.standaloneImagePickerConsent(block: AiutaConsentStandaloneImagePickerPageFeature.Builder.() -> Unit): AiutaFeatures.Builder
DSL function for configuring standalone consent in the image picker page.
This function allows for DSL-style configuration of a standalone consent page that appears when selecting images.
features {
standaloneImagePickerConsent {
// Configure standalone image picker consent
}
}
Content copied to clipboard
Return
The updated features builder
Parameters
block
Configuration block for standalone image picker consent