StorylyEvent
@objc
public enum StorylyEvent : Int
This enum represents all possible events that can be sent from Storyly
-
Sent when a story group is opened by user selection, programmatical selection and deeplink
Declaration
Swift
case StoryGroupOpened
-
Sent when a story group is opened by user selection
Declaration
Swift
case StoryGroupUserOpened
-
Sent when a story group is opened using a deeplink
Declaration
Swift
case StoryGroupDeepLinkOpened
-
Sent when a story group is opened programmatically
Declaration
Swift
case StoryGroupProgrammaticallyOpened
-
Sent when a story group is completed
Declaration
Swift
case StoryGroupCompleted
-
Sent when a user does previous swipe gesture while watching a story in a story group
Declaration
Swift
case StoryGroupPreviousSwiped
-
Sent when a user does next swipe gesture while watching a story in a story group
Declaration
Swift
case StoryGroupNextSwiped
-
Sent when a user dismisses or clicks the close button to close the story group
Declaration
Swift
case StoryGroupClosed
-
Sent after a while when a user sees a story as an indicator that shows story is watched
Declaration
Swift
case StoryImpression
-
Sent when a story is loaded
Declaration
Swift
case StoryViewed
-
Sent after a story is finished
Declaration
Swift
case StoryCompleted
-
Sent when a user does previous click tap while watching a story
Declaration
Swift
case StoryPreviousClicked
-
Sent when a user does next click tap while watching a story
Declaration
Swift
case StoryNextClicked
-
Sent when a story is paused
Declaration
Swift
case StoryPaused
-
Sent when a story is resumed
Declaration
Swift
case StoryResumed
-
Sent when a story share url is generated and clicked to a sharing way
Declaration
Swift
case StoryShared
-
Sent when a story liked
Declaration
Swift
case StoryLiked
-
Sent when a user clicks to interactive CTA button or does a swipe up action
Declaration
Swift
case StoryCTAClicked
-
Sent when a user clicks to an emoji on interactive emoji list
Declaration
Swift
case StoryEmojiClicked
-
Sent when a user answers a poll
Declaration
Swift
case StoryPollAnswered
-
Sent when a user answers a quiz
Declaration
Swift
case StoryQuizAnswered
-
Sent when a user answers a image quiz
Declaration
Swift
case StoryImageQuizAnswered
-
Sent when a user adds reminder to a interactive countdown component
Declaration
Swift
case StoryCountdownReminderAdded
-
Sent when a user removes the reminder from a interactive countdown component
Declaration
Swift
case StoryCountdownReminderRemoved
-
Sent when a user rates in interactive rating component
Declaration
Swift
case StoryRated
-
Sent when a user sees an interactive component
Declaration
Swift
case StoryInteractiveImpression
-
Sent when a user clikcs a product tag point
Declaration
Swift
case StoryProductTagExpanded
-
Sent when a user clicks button
Declaration
Swift
case StoryButtonActionClicked
-
Sent when a user clicks image button
Declaration
Swift
case StoryImageButtonActionClicked
-
Sent when a user clicks swipe action
Declaration
Swift
case StorySwipeActionClicked
-
Sent when a user clicks a product expanded area
Declaration
Swift
case StoryProductTagClicked
-
Sent when a user clicks a product card area
Declaration
Swift
case StoryProductCardClicked
-
Sent when a user clicks a product catalog area
Declaration
Swift
case StoryProductCatalogClicked
-
Sent when a user copy a promo code
Declaration
Swift
case StoryPromoCodeCopied
-
Sent when a user sends a comment
Declaration
Swift
case StoryCommentSent
-
Sent when a user opens input area
Declaration
Swift
case StoryCommentInputOpened
-
Sent when a user closes input area
Declaration
Swift
case StoryCommentInputClosed
-
Sent when a user seeks the video in long story
Declaration
Swift
case StorySeeked
-
Sent when a product successfully added
Declaration
Swift
case StoryProductCartAdded
-
Sent when a product added failed
Declaration
Swift
case StoryProductCartAddFailed
-
Sent when product sheet is opened
Declaration
Swift
case StoryProductSheetOpened
-
Sent when a product added
Declaration
Swift
case StoryProductAdded
-
Sent when a product updated
Declaration
Swift
case StoryProductUpdated
-
Sent when product removed
Declaration
Swift
case StoryProductRemoved
-
Sent when checkout button clicked
Declaration
Swift
case StoryCheckoutButtonClicked
-
Sent when cart button clicked from success sheet
Declaration
Swift
case StoryCartButtonClicked
-
Sent when cart view clicked
Declaration
Swift
case StoryCartViewClicked
-
Sent when product selected
Declaration
Swift
case StoryProductSelected
-
Name of the StorylyEvent
Declaration
Swift
public var stringValue: String { get }