# 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 MomentsListener
, which you have registered in Quick Start.
fun storylyMomentsEvent(event: StorylyMomentsEvent, momentsStoryGroup: MomentsStoryGroup?, stories:List<MomentsStory>?) {}
Tip
You can check what kind of events are sent in Storyly Moments from API docs (opens new window) with their explanation.