VerticalFeedType

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

This enum represents the type of a verticalFeed content

  • Unidentified verticalFeed type

    Declaration

    Swift

    case Unknown
  • Denotes the type of the verticalFeed is Image

    Declaration

    Swift

    case Image
  • Denotes the type of the verticalFeed is Video

    Declaration

    Swift

    case Video
  • Denotes the type of the verticalFeed is LongVideo

    Declaration

    Swift

    case LongVideo
  • Denotes the type of the verticalFeed is Live

    Declaration

    Swift

    case Live
  • Ad

    Denotes the type of the verticalFeed is an Ad View

    Declaration

    Swift

    case Ad