ContentLibraryManager.h

Includes:
<Foundation/Foundation.h>
<Cocoa/Cocoa.h>
<UIKit/UIKit.h>
<CoreData/CoreData.h>

Introduction

Use the links in the table of contents to the left to access the documentation.



Classes

ContentLibraryManager

Protocols

ContentLibraryManagerDelegate


Typedefs

ContentFileInfoState
NS_ENUM

ContentFileInfoState


typedef NS_ENUM(NSInteger, ContentFileInfoState) { 
    kNotDownloaded, kDownloaded, kDownloading, kQueued, kCorrupted 
};  
Constants
kNotDownloaded

The file is not downloaded.

kDownloaded

The file is downloaded.

kDownloading

The file is downloading.

kQueued

The file is queued.

kCorrupted

The file is corrupted.

Discussion

Used to denote the status of a file.

See Also

Availability
v11

NS_ENUM


typedef NS_ENUM(NSInteger, ContentFileInfoState) { 
    kNotDownloaded, kDownloaded, kDownloading, kQueued, kCorrupted 
};  
Constants
kNotDownloaded

The file is not downloaded.

kDownloaded

The file is downloaded.

kDownloading

The file is downloading.

kQueued

The file is queued.

kCorrupted

The file is corrupted.

Discussion

Used to denote the status of a file.

See Also