MomentsAnalytics

data class MomentsAnalytics(storyId: String, likes: List<MomentsFollowerEntry>, impressions: List<MomentsFollowerEntry>)

This data class represents like and view analytics of a story.

Constructors

MomentsAnalytics
Link copied to clipboard
fun MomentsAnalytics(storyId: String, likes: List<MomentsFollowerEntry>, impressions: List<MomentsFollowerEntry>)

Properties

impressions
Link copied to clipboard
val impressions: List<MomentsFollowerEntry>

List of users who saw the story

likes
Link copied to clipboard
val likes: List<MomentsFollowerEntry>

List of users who liked the story

storyId
Link copied to clipboard
val storyId: String

ID of the story