MomentsCTAComponent

data class MomentsCTAComponent(id: String, urlText: String, stickerText: String) : MomentsComponent

This data class represents the CTA component.

Constructors

MomentsCTAComponent
Link copied to clipboard
fun MomentsCTAComponent(id: String, urlText: String, stickerText: String)

Properties

id
Link copied to clipboard
open override val id: String

Id of the interactive component

stickerText
Link copied to clipboard
val stickerText: String

Sticker text of the CTA interactive

type
Link copied to clipboard
val type: MomentsComponentType

Type of the interactive component

urlText
Link copied to clipboard
val urlText: String

URL of the CTA interactive