MediaCollection
public enum MediaCollection : String
The set of available media collections.
artwork
: the collection is of theartwork
type.banner
: the collection is of thebanner
type.logo
: the collection is of thelogo
type.poster
: the collection is of theposter
type.profile
: the collection is of theprofile
type.screenshot
: the collection is of thescreenshot
type.symbol
: the collection is of thesymbol
type.Tag: MediaCollection
-
Indicates the collection is of the
artwork
type.- Tag: MediaCollection-artwork
Declaration
Swift
case artwork
-
Indicates the collection is of the
banner
type.- Tag: MediaCollection-banner
Declaration
Swift
case banner
-
Indicates the collection is of the
logo
type.- Tag: MediaCollection-logo
Declaration
Swift
case logo
-
Indicates the collection is of the
poster
type.- Tag: MediaCollection-poster
Declaration
Swift
case poster
-
Indicates the collection is of the
profile
type.- Tag: MediaCollection-profile
Declaration
Swift
case profile
-
Indicates the collection is of the
screenshot
type.- Tag: MediaCollection-screenshot
Declaration
Swift
case screenshot
-
Indicates the collection is of the
symbol
type.- Tag: MediaCollection-symbol
Declaration
Swift
case symbol
-
The string value of a media collection.
- Tag: MediaCollection-stringValue
Declaration
Swift
public var stringValue: String { get }