StorylyEvent

enum StorylyEvent : Enum<StorylyEvent>

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

Entries

StoryProductSelected
Link copied to clipboard

Sent when product selected

StoryCartViewClicked
Link copied to clipboard

Sent when cart view clicked

StoryCartButtonClicked
Link copied to clipboard

Sent when cart button clicked from success sheet

StoryCheckoutButtonClicked
Link copied to clipboard

Sent when checkout button clicked

StoryProductRemoved
Link copied to clipboard

Sent when product removed

StoryProductUpdated
Link copied to clipboard

Sent when a product updated

StoryProductAdded
Link copied to clipboard

Sent when a product added

StoryProductSheetOpened
Link copied to clipboard

Sent when product sheet is opened

StoryProductCartAddFailed
Link copied to clipboard

Sent when a product added failed

StoryProductCartAdded
Link copied to clipboard

Sent when a product successfully added

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

StorySeeked
Link copied to clipboard

Sent when a user seeks the video in long 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

StoryProductCatalogClicked
Link copied to clipboard

Sent when a user clicks a product catalog area

StoryProductCardClicked
Link copied to clipboard

Sent when a user clicks a product card area

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

StoryImageQuizAnswered
Link copied to clipboard

Sent when a user answers a image quiz

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