SCSArticleDownloadOption Constants Reference

Declared in SCDefines.h

SCSArticleDownloadOption

Download options used when fetching article content.

Definition

typedef NS_ENUM(NSInteger, SCSArticleDownloadOption ) {
   SCSArticleDownloadOptionImages = 1 < < 0,
   SCSArticleDownloadOptionRefetchArticleContent = 1 < < 1,
};

Constants

SCSArticleDownloadOptionImages

Include images when downloading article.

Declared In SCDefines.h.

SCSArticleDownloadOptionRefetchArticleContent

Refetch article fields from server when downloading.

Declared In SCDefines.h.

Declared In

SCDefines.h