MediaCollection

public enum MediaCollection : String

The set of available media collections.

  • artwork: the collection is of the artwork type.
  • banner: the collection is of the banner type.
  • logo: the collection is of the logo type.
  • poster: the collection is of the poster type.
  • profile: the collection is of the profile type.
  • screenshot: the collection is of the screenshot type.
  • symbol: the collection is of the symbol type.

  • Tag: MediaCollection

Cases

  • 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

Properties

  • The string value of a media collection.

    • Tag: MediaCollection-stringValue

    Declaration

    Swift

    public var stringValue: String { get }