Skip to content

Commit

Permalink
Removing queue parameter from documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed Feb 15, 2021
1 parent 1aea855 commit 9472b7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Filestack/Public/Models/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ private typealias CompletionHandler = (_ response: CloudResponse, _ safariError:
/// - Parameter presentingViewController: The view controller that will present the picker.
/// - Parameter source: The desired local source (e.g. camera, photo library or documents.)
/// - Parameter behavior: The picker behavior (see `PickerBehavior` for more information.)
/// - Parameter queue: The queue on which the pick completion and upload completion handlers are dispatched.
/// - Parameter pickCompletionHandler: Adds a handler to be called immediately after the files are picked.
/// - Parameter uploadCompletionHandler: Adds a handler to be called once the upload has finished (only called
/// if behavior is set to `.uploadAndStore`.)
Expand Down

0 comments on commit 9472b7b

Please sign in to comment.