StorylyDataSource
@objc(StorylyDataSource)
public enum StorylyDataSource : Int
This enum represents the source of the storyly data
-
Stories in Storyly API
Declaration
Swift
case API
-
Stories in local device cache
Declaration
Swift
case Local
-
StorylyDataSource description
Declaration
Swift
public var description: String { get }