Moments Analytics
data class MomentsAnalytics(storyId: String, likes: List<MomentsFollowerEntry>, impressions: List<MomentsFollowerEntry>)
Content copied to clipboard
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>)
Content copied to clipboard