DownloadPrioritization

public enum DownloadPrioritization

Defines the order prioritization of incoming download requests being inserted into the queue.

  • fifo: All incoming downloads are added to the back of the queue.
  • lifo: All incoming downloads are added to the front of the queue.
  • Undocumented

    Declaration

    Swift

    case fifo
  • Undocumented

    Declaration

    Swift

    case lifo