DownloadSession

public protocol DownloadSession : AnyObject

Undocumented

  • API to call when the download is requested.

    Declaration

    Swift

    func start(value: DownloadRequest)
  • API to call when there is an error in the download.

    Declaration

    Swift

    func stop(error: FLError?)