Order

public enum Order : String, Codable, CaseIterable

The sort order (SwiftlyKodi Type)

  • Order ascending

    Declaration

    Swift

    case ascending
  • Order descending

    Declaration

    Swift

    case descending
  • The SortOrder value

    Declaration

    Swift

    public var value: SortOrder { get }
  • Label for the sort order

    Declaration

    Swift

    public func displayLabel(method: List.Sort.Method) -> String

    Parameters

    method

    The sort method

    Return Value

    A String with the appropriate label