storyly
/
com.appsamurai.storyly
/
Story
Story
data class
Story
(id:
Int
, title:
String
, index:
Int
, seen:
Boolean
, media:
StoryMedia
)
Content copied to clipboard
This data class represents a story inside a story group.
Constructors
Properties
Constructors
Story
Link copied to clipboard
fun
Story
(id:
Int
, title:
String
, index:
Int
, seen:
Boolean
, media:
StoryMedia
)
Content copied to clipboard
Properties
id
Link copied to clipboard
val
id
:
Int
Content copied to clipboard
ID of the story
index
Link copied to clipboard
val
index
:
Int
Content copied to clipboard
Index of the story among other stories of the story group
media
Link copied to clipboard
val
media
:
StoryMedia
Content copied to clipboard
Media content of the story
seen
Link copied to clipboard
val
seen
:
Boolean
Content copied to clipboard
State of the story that shows whether the story is seen or not
title
Link copied to clipboard
val
title
:
String
Content copied to clipboard
Title of the story