Behavior

public enum Behavior : Int, CaseIterable

The set of available Library import behavior types.

  • The import will overwrite any existing shows in the library.

    Declaration

    Swift

    case overwrite = 0
  • The import will merge any existing shows in the library with the import.

    Declaration

    Swift

    case merge = 1

Properties

  • The string value of a LibraryImport behavior type.

    Declaration

    Swift

    public var stringValue: String { get }