StorylyDataSource

enum StorylyDataSource : Enum<StorylyDataSource>

This enum represents the source of the storyly data

Entries

Local
Link copied to clipboard
Local("local")

Stories in local device cache

API
Link copied to clipboard
API("api")

Stories in Storyly API

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
val value: String