ContentStoreOnlineSupportStatus
Objective-C
enum ContentStoreOnlineSupportStatus : NSInteger {}
Swift
enum ContentStoreOnlineSupportStatus : Int, @unchecked Sendable
Constants indicating the content store online support status.
-
Old data, content still has online support.
Declaration
Objective-C
ContentStoreOnlineSupportStatusOldData
Swift
case oldData = 0
-
Expired data, content without online support.
Declaration
Objective-C
ContentStoreOnlineSupportStatusExpiredData
Swift
case expiredData = 1
-
Data is up to date.
Declaration
Objective-C
ContentStoreOnlineSupportStatusUpToDate
Swift
case upToDate = 2