Skip to content

Commit

Permalink
Merge pull request #2074 from smartdevicelink/bugfix/issue-2073-sdlfi…
Browse files Browse the repository at this point in the history
…lemanager-typo

Fix SDLFileManager Typo
  • Loading branch information
joeljfischer authored Feb 17, 2022
2 parents 937d3f4 + ab16ac4 commit 285b2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartDeviceLink/public/SDLFileManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ typedef void (^SDLFileManagerStartupCompletionHandler)(BOOL success, NSError *__
- (void)uploadFile:(SDLFile *)file completionHandler:(nullable SDLFileManagerUploadCompletionHandler)completion NS_SWIFT_NAME(upload(file:completionHandler:));

/**
* Uploads an array of files to the remote file system. The files will be uploaded in the order in which they are added to the array, with the first file to be uploaded at index 0. The upload queue is sequential, meaning that once a upload request is sent to Core, the queue waits until a response is received from Core before the next the next upload request is sent.
* Uploads an array of files to the remote file system. The files will be uploaded in the order in which they are added to the array, with the first file to be uploaded at index 0. The upload queue is sequential, meaning that once a upload request is sent to Core, the queue waits until a response is received from Core before the next upload request is sent.
*
* The optional progress handler can be used to keep track of the upload progress. After each file upload, the progress handler returns the upload percentage and an error, if one occurred during the upload process. The progress handler also includes an option to cancel the upload of all remaining files in queue.
*
Expand Down

0 comments on commit 285b2d7

Please sign in to comment.