Moments Video Component
data class MomentsVideoComponent(id: String, videoUrl: String, startTime: Long, endTime: Long) : MomentsComponent
Content copied to clipboard
This data class represents the CTA component.
Constructors
MomentsVideoComponent
Link copied to clipboard
fun MomentsVideoComponent(id: String, videoUrl: String, startTime: Long, endTime: Long)
Content copied to clipboard