Skip to content

1.0.0-alpha09

Compare
Choose a tag to compare
@vinaygaba vinaygaba released this 26 Mar 22:40
· 139 commits to master since this release
1a756cd
  • Based of Compose 1.0.0-beta03
  • Changes the method name to get the ShowkaseBrowser intent from createShowkaseBrowserIntent to getBrowserIntent. It's also not available as a top level function but you need to access it using Showkase.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.