ContentLibraryManager.h
IntroductionUse the links in the table of contents to the left to access the documentation. ClassesProtocolsTypedefsContentFileInfoStatetypedef NS_ENUM(NSInteger, ContentFileInfoState) { kNotDownloaded, kDownloaded, kDownloading, kQueued, kCorrupted }; Constants
DiscussionUsed to denote the status of a file. See Also
NS_ENUMtypedef NS_ENUM(NSInteger, ContentFileInfoState) { kNotDownloaded, kDownloaded, kDownloading, kQueued, kCorrupted }; Constants
DiscussionUsed to denote the status of a file. See Also |