# Storyly Moments Events

This section shows you how to observe Storyly Moments's basic functionality events. In order to get notification about these basic events, you should override the following function in StorylyMomentsDelegate, which you have registered in Quick Start.

func storylyMomentsEvent(event: StorylyMomentsEvent, storyGroup: MomentsStoryGroup?, stories: [MomentsStory]?) {}

Tip

You can check what kind of events are sent in Storyly Moments from API docs (opens new window) with their explanation.