SCSArticleDownloadOption
enum SCSArticleDownloadOption : NSInteger {}
Download options used when fetching article content.
See
SCSArticle
-
Include images when downloading article.
Declaration
Objective-C
SCSArticleDownloadOptionImages = 1 << 0
Swift
case images = 1
-
Refetch article fields from server when downloading.
Declaration
Objective-C
SCSArticleDownloadOptionRefetchArticleContent = 1 << 1
Swift
case refetchArticleContent = 2