Uploader

@objc(FSUploader)
public protocol Uploader : Cancellable, Monitorizable, Startable

The protocol any uploader must conform to.

  • Uploader UUID.

    Declaration

    Swift

    var uuid: UUID { get }
  • Current upload status.

    Declaration

    Swift

    var state: UploadState { get }