storyly
/
com.appsamurai.storyly
/
StoryMedia
Story
Media
data class
StoryMedia
(type:
StoryType
, actionUrlList:
List
<
String
>?, actionUrl:
String
?, previewUrl:
String
?)
Content copied to clipboard
This data class represents the media of a story.
Constructors
Properties
Constructors
StoryMedia
Link copied to clipboard
fun
StoryMedia
(type:
StoryType
, actionUrlList:
List
<
String
>?, actionUrl:
String
?, previewUrl:
String
?)
Content copied to clipboard
Properties
actionUrl
Link copied to clipboard
val
actionUrl
:
String
?
Content copied to clipboard
URL which the user has just interacted with
actionUrlList
Link copied to clipboard
val
actionUrlList
:
List
<
String
>?
Content copied to clipboard
List of action urls in the story
previewUrl
Link copied to clipboard
var
previewUrl
:
String
?
Content copied to clipboard
: URL of the preview image of the story
type
Link copied to clipboard
val
type
:
StoryType
Content copied to clipboard
Type of the story