StorylyMomentsEvent

@objc
public enum StorylyMomentsEvent : Int

This enum represents all possible events that can be sent from Moments

  • Sent when a user opens a create story screen

    Declaration

    Swift

    case CreateScreenOpened
  • Sent when a user closes a create story screen

    Declaration

    Swift

    case CreateScreenClosed
  • Sent when users open their own stories

    Declaration

    Swift

    case UserStoryScreenOpened
  • Sent when users closes their own stories or the screen is dismissed

    Declaration

    Swift

    case UserStoryScreenClosed
  • Sent when media gallery is opened

    Declaration

    Swift

    case GalleryOpened
  • Sent when camera is opened

    Declaration

    Swift

    case CameraOpened
  • Sent when a user create at least one story

    Declaration

    Swift

    case StoryCreated
  • Sent when a user deletes a story

    Declaration

    Swift

    case StoryDeleted
  • Sent if a fail occurs in story creation

    Declaration

    Swift

    case StoryCreateFailed
  • Sent if a fail occurs in story deletion

    Declaration

    Swift

    case StoryDeleteFailed
  • Sent if story header clicked

    Declaration

    Swift

    case StoryHeaderClicked
  • Name of the StorylyEvent

    Declaration

    Swift

    public var stringValue: String { get }