StoryType

@objc(StoryType)
public enum StoryType : Int, Decodable

This enum represents the type of a story content

  • 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
  • Denotes the type of the story is LongVideo

    Declaration

    Swift

    case LongVideo
  • Denotes the type of the story is Live

    Declaration

    Swift

    case Live
  • Ad

    Denotes the type of the story is an Ad View

    Declaration

    Swift

    case Ad