Roku SDK integration

Welcome to the Localytics integration guide for the Roku platform. Follow these instructions so your Roku app can send data back to Localytics.

  1. Install the Localytics library in your Roku app by adding the latest Localytics library to your source folder.
  2. Create a new Localytics instance on globalAA using your app key.
    m.LL = LL_Create("xxxxxxxxx-xxxxxxxxxxxxx-xxxxxxxx-xxxxxxxxxxxxxx", optional_session_timeout_in_seconds)
  3. Before recording, call Init to handle opening and closing sessions.
Congratulations! You're integrated. Check out the data in your Dashboard or get even more insights when you start tagging events.