v0.16.14

Fixes

The opening links in an external app using the launchesURLsWithBlankTargetToChrome override now handles links from webpages or iframes embedded in an Experience.

New features

Background customisation.

The SDK now enables you to customise the background of an Experience to match overall app look. This can be configured via ExperienceConfiguration.

val config = ExperienceConfiguration(
  backgroundColor: <Int?>
)

val experienceView = Launcher.default.getExperience(context, config)

root_container.addView(experience)

Last updated