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 Storyly Moments API
Declaration
Swift
case MomentsAPI
-
Stories in local device cache
Declaration
Swift
case Local
-
Stories with user specific data
Declaration
Swift
case UserData
-
Stories with product specific data
Declaration
Swift
case ProductData
-
StorylyDataSource description
Declaration
Swift
public var description: String { get }