VerticalFeedGroupType
@objc(VerticalFeedGroupType)
public enum VerticalFeedGroupType : Int, Decodable
This enum class represents the type of the verticalFeed group.
-
Default type for the verticalFeed group type
Declaration
Swift
case Default
-
Denotes verticalFeed group type is Ad
Declaration
Swift
case Ad
-
Denotes verticalFeed group type is Live
Declaration
Swift
case Live
-
Denotes verticalFeed group type is Product
Declaration
Swift
case AutomatedShoppable
-
VerticalFeedGroupType initialization
Declaration
Swift
public init(from decoder: Decoder) throws
Parameters
decoder
Decodes incoming type into VerticalFeedGroupType
-
VerticalFeedGroupType description
Declaration
Swift
public var description: String { get }