Filestack Documentation

Protocol Deferred​Add

public protocol DeferredAdd  

The protocol any uploader that supports deferred adds must conform to.

Requirements

add(uploadables:​)

@discardableResult func add(uploadables: [Uploadable]) -> Bool

Adds items to be uploaded.

Parameters

uploadables [Uploadable]

An array of Uploadable items.