summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordyn Mackool <42153846+jordynmackool@users.noreply.github.com>2021-03-04 14:10:29 -0500
committerGitHub <noreply@github.com>2021-03-04 14:10:29 -0500
commit474217b07f8849accba53d25f482b608eb95666c (patch)
tree2456a462f07287cfff529a741de9baaac8eec0d5
parent9f36fb7720876545a22ec30a19cdbd0ef5d4477c (diff)
downloadsdl_ios-update-.h-file.tar.gz
Update SmartDeviceLink/public/SDLFileManager.hupdate-.h-file
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
-rw-r--r--SmartDeviceLink/public/SDLFileManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/public/SDLFileManager.h b/SmartDeviceLink/public/SDLFileManager.h
index 315bd4597..774c2bcc4 100644
--- a/SmartDeviceLink/public/SDLFileManager.h
+++ b/SmartDeviceLink/public/SDLFileManager.h
@@ -153,7 +153,7 @@ typedef void (^SDLFileManagerStartupCompletionHandler)(BOOL success, NSError *__
- (void)uploadArtworks:(NSArray<SDLArtwork *> *)artworks completionHandler:(nullable SDLFileManagerMultiUploadArtworkCompletionHandler)completion NS_SWIFT_NAME(upload(artworks:completionHandler:));
/**
- * Uploads an array of artworks to the remote file system. The artworks 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 an 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 artworks to the remote file system. The artworks 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 an 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 artwork upload, the progress handler returns the artwork name, 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.
*