MomentsComponent

open class MomentsComponent(id: String, type: MomentsComponentType)

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

Constructors

MomentsComponent
Link copied to clipboard
fun MomentsComponent(id: String, type: MomentsComponentType)

Properties

id
Link copied to clipboard
open val id: String

Id of the interactive component

type
Link copied to clipboard
val type: MomentsComponentType

Type of the interactive component

Inheritors

MomentsTextComponent
Link copied to clipboard
MomentsCTAComponent
Link copied to clipboard
MomentsImageComponent
Link copied to clipboard
MomentsVideoComponent
Link copied to clipboard