For the complete documentation index, see llms.txt. This page is also available as Markdown.

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?>
)
Launcher.default.getExperience(context, config)
...

Last updated