AiutaExperimentalSettings
Experimental settings for the Aiuta SDK.
This class contains opt-in settings for features that are not yet stable or that change default platform behavior. Use with caution — these settings may change or be removed in future releases.
val configuration = aiutaConfiguration {
experimentalSettings = AiutaExperimentalSettings(
shouldOpenLinksInCustomTab = true
)
// other configuration...
}Content copied to clipboard