# 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?) {}
@Override
public void storylyEvent(@NonNull StorylyView storylyView, @NonNull StorylyEvent storylyEvent,
@Nullable StoryGroup storyGroup, @Nullable Story story,
@Nullable StoryComponent storyComponent) {}
Tip
You can also check Storyly Events (opens new window)