MomentsMedia

data class MomentsMedia(type: StoryType, actionUrl: String?, previewUrl: String?, momentsComponentList: List<MomentsComponent>?)

This data class represents the media of a story.

Constructors

MomentsMedia
Link copied to clipboard
fun MomentsMedia(type: StoryType, actionUrl: String?, previewUrl: String?, momentsComponentList: List<MomentsComponent>?)

Properties

actionUrl
Link copied to clipboard
val actionUrl: String?

URL which the user has just interacted with

momentsComponentList
Link copied to clipboard
var momentsComponentList: List<MomentsComponent>?

: List of moments components in the story

previewUrl
Link copied to clipboard
var previewUrl: String?

: URL of the preview image of the story

type
Link copied to clipboard
val type: StoryType

Type of the story