VerticalFeedItemComponent
@objc(VerticalFeedItemComponent)
public class VerticalFeedItemComponent : NSObject
This parent class represents the interactive components which users are interacted with.
-
Id of the interactive component
Declaration
Swift
@objc public let id: String
-
Type of the interactive component
Declaration
Swift
@objc public let type: VerticalFeedItemComponentType
-
Custom payload for the interactive component if exists
Declaration
Swift
@objc public let customPayload: String?