StorylyEvent

enum StorylyEvent : Enum<StorylyEvent>

This enum class represents all possible events that can be sent from Storyly

Entries

StoryUnliked
Link copied to clipboard

Sent when a user unlikes a Moments story

StoryLiked
Link copied to clipboard

Sent when a user likes a Moments story

StoryIVodReplayed
Link copied to clipboard

Sent when a user clicks replay button in interactive video on demand story

StoryIVodSeeked
Link copied to clipboard

Sent when a user seeks the video in interactive video on demand story

StoryCommentInputClosed
Link copied to clipboard

Sent when a user closes input area

StoryCommentInputOpened
Link copied to clipboard

Sent when a user opens input area

StoryCommentSent
Link copied to clipboard

Sent when a user sends a comment

StoryPromoCodeCopied
Link copied to clipboard

Sent when a user copy a promo code

StoryProductTagClicked
Link copied to clipboard

Sent when a user clicks a product expanded area

StoryProductTagExpanded
Link copied to clipboard

Sent when a user clikcs a product tag point

StoryInteractiveImpression
Link copied to clipboard

Sent when a user sees an interactive component

StoryRated
Link copied to clipboard

Sent when a user rates in interactive rating component

StoryCountdownReminderRemoved
Link copied to clipboard

Sent when a user removes the reminder from a interactive countdown component

StoryCountdownReminderAdded
Link copied to clipboard

Sent when a user adds reminder to a interactive countdown component

StoryQuizAnswered
Link copied to clipboard

Sent when a user answers a quiz

StoryPollAnswered
Link copied to clipboard

Sent when a user answers a poll

StoryEmojiClicked
Link copied to clipboard

Sent when a user clicks to an emoji on interactive emoji list

StoryCTAClicked
Link copied to clipboard

Sent when a user clicks to interactive CTA button or does a swipe up action

StoryShared
Link copied to clipboard

Sent when a story share url is generated and clicked to a sharing way

StoryResumed
Link copied to clipboard

Sent when a story is resumed

StoryPaused
Link copied to clipboard

Sent when a story is paused

StoryNextClicked
Link copied to clipboard

Sent when a user does next click tap while watching a story

StoryPreviousClicked
Link copied to clipboard

Sent when a user does previous click tap while watching a story

StoryCompleted
Link copied to clipboard

Sent after a story is finished

StoryViewed
Link copied to clipboard

Sent when a story is loaded

StoryImpression
Link copied to clipboard

Sent after a while when a user sees a story as an indicator that shows story is watched

StoryGroupClosed
Link copied to clipboard

Sent when a user dismisses or clicks the close button to close the story group

StoryGroupNextSwiped
Link copied to clipboard

Sent when a user does next swipe gesture while watching a story in a story group

StoryGroupPreviousSwiped
Link copied to clipboard

Sent when a user does previous swipe gesture while watching a story in a story group

StoryGroupCompleted
Link copied to clipboard

Sent when a story group is completed

StoryGroupProgrammaticallyOpened
Link copied to clipboard

Sent when a story group is opened programmatically

StoryGroupDeepLinkOpened
Link copied to clipboard

Sent when a story group is opened using a deeplink

StoryGroupUserOpened
Link copied to clipboard

Sent when a story group is opened by user selection

StoryGroupOpened
Link copied to clipboard

Sent when a story group is opened by user selection, programmatical selection and deeplink

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int