StoryType

@objc
public enum StoryType : Int, Decodable

This enum represents the type of a story in Storyly Moments

  • Unidentified story type

    Declaration

    Swift

    case Unknown
  • Denotes the type of the story is Image

    Declaration

    Swift

    case Image
  • Denotes the type of the story is Video

    Declaration

    Swift

    case Video