# Sending Events

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

override fun storylyEvent(storylyView: StorylyView, event: StorylyEvent,
                          storyGroup: StoryGroup?, story: Story?,
                          storyComponent: StoryComponent?) {}

Tip

You can also check Storyly Events (opens new window)