NEW

We’ve moved to a new domain, click here to redirect. Most up to date documentation can be found at docs.storyly.io.

# Sending Events

This guide shows you how to send the Storyly events to specific data platforms. You can use the following function of StorylyDelegate to redirect the Storyly events to your data platform:

func storylyEvent(_ storylyView: Storyly.StorylyView,
                  event: Storyly.StorylyEvent,
                  storyGroup: Storyly.StoryGroup?,
                  story: Storyly.Story?,
                  storyComponent: Storyly.StoryComponent?) {}
Copied!

Tip

You can also check Storyly Events (opens new window)