ContentStoreOnlineType
Objective-C
enum ContentStoreOnlineType : NSInteger {}
Swift
enum ContentStoreOnlineType : Int, @unchecked Sendable
Constants indicating the content store online type.
-
View styles for high resolution displays.
Declaration
Objective-C
ContentStoreOnlineTypeViewStyleHighRes
Swift
case viewStyleHighRes = 0
-
View styles for high resolution displays.
Declaration
Objective-C
ContentStoreOnlineTypeViewStyleLowRes
Swift
case viewStyleLowRes = 1
-
Road map.
Declaration
Objective-C
ContentStoreOnlineTypeRoadMap
Swift
case roadMap = 2
-
Human voice.
Declaration
Objective-C
ContentStoreOnlineTypeHumanVoice
Swift
case humanVoice = 3
-
Computer voice.
Declaration
Objective-C
ContentStoreOnlineTypeComputerVoice
Swift
case computerVoice = 4