v0.16.14
Last updated
The opening links in an external app using the launchesURLsWithBlankTargetToChrome override now handles links from webpages or iframes embedded in an Experience.
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

