Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Installing the Maestro SDK The main branch has a simple Roku application simulating your Roku application. Checkout the "Hello-World" branch and open PR #1 The PR will highlight the diff showing whats required to implement the SDK at the minimum level. Step 1 Create a new component library and fetch the SDK Define the handler for when the library is fetched and ready for use. Step 2 Add desired observers and configure the SDK for your site and page. Site and Page ID's can be found on your Maestro site. Step 3 Add handlers to your custom UI to show and hide the panel using it's "showPanel" interface. Step 4 Ensure to destroy the SDK when exiting the view session. This will ensure proper analytics tracking and node destruction.