VerticalFeedItemComponent

open class VerticalFeedItemComponent(id: String, type: VerticalFeedItemComponentType)

This parent class represents the interactive components which users are interacted with.

Constructors

VerticalFeedItemComponent
Link copied to clipboard
fun VerticalFeedItemComponent(id: String, type: VerticalFeedItemComponentType)

Properties

id
Link copied to clipboard
open val id: String

Id of the interactive component

type
Link copied to clipboard
val type: VerticalFeedItemComponentType

Type of the interactive component

Inheritors

VerticalFeedItemQuizComponent
Link copied to clipboard
VerticalFeedItemImageQuizComponent
Link copied to clipboard
VerticalFeedItemPollComponent
Link copied to clipboard
VerticalFeedItemEmojiComponent
Link copied to clipboard
VerticalFeedItemRatingComponent
Link copied to clipboard
VerticalFeedItemPromoCodeComponent
Link copied to clipboard
VerticalFeedItemCommentComponent
Link copied to clipboard
VerticalFeedItemSwipeComponent
Link copied to clipboard
VerticalFeedItemButtonComponent
Link copied to clipboard
VerticalFeedItemProductTagComponent
Link copied to clipboard
VerticalFeedItemProductCardComponent
Link copied to clipboard
VerticalFeedItemProductCatalogComponent
Link copied to clipboard