Service

public enum Service : Int, CaseIterable

The set of available Library import service types.

  • mal

    Indicates the imported file is from MyAnimeList.

    Declaration

    Swift

    case mal = 0
  • Indicates the imported file is from Kitsu.

    Declaration

    Swift

    case kitsu = 1

Properties

  • The string value of a LibraryImport service type.

    Declaration

    Swift

    public var stringValue: String { get }