1.0.0-alpha09
·
170 commits
to master
since this release
- Based of Compose
1.0.0-beta03 - Changes the method name to get the ShowkaseBrowser intent from
createShowkaseBrowserIntenttogetBrowserIntent. It's also not available as a top level function but you need to access it usingShowkase.getBrowserIntent. More info here. - Addition of a new API that allows you to access all the UI elements that are configured with Showkase. You can access it using
Showkase.getMetadata(). Use cases of this might be to create your custom browser, take screenshots of your UI elements(coming soon), etc.