summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLFileManager.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLFileManager.html')
-rw-r--r--docs/Classes/SDLFileManager.html32
1 files changed, 3 insertions, 29 deletions
diff --git a/docs/Classes/SDLFileManager.html b/docs/Classes/SDLFileManager.html
index 8cf6f220b..2d2cf340f 100644
--- a/docs/Classes/SDLFileManager.html
+++ b/docs/Classes/SDLFileManager.html
@@ -9,7 +9,6 @@
<li><a href="#section-pendingTransactions">pendingTransactions</a></li>
<li><a href="#section-suspended">suspended</a></li>
<li><a href="#section--init">-init</a></li>
- <li><a href="#section--initWithConnectionManager:">-initWithConnectionManager:</a></li>
<li><a href="#section--initWithConnectionManager:configuration:">-initWithConnectionManager:configuration:</a></li>
<li><a href="#section--startWithCompletionHandler:">-startWithCompletionHandler:</a></li>
<li><a href="#section--stop">-stop</a></li>
@@ -140,31 +139,6 @@
<p>nil</p>
</div>
- <h3 id="section--initWithConnectionManager:">
- -initWithConnectionManager:
- </h3>
-
- <p>Creates a new file manager with a specified connection manager</p>
-
-
-
- <h4>Objective-C</h4>
- <pre class="highlight objective_c"><code><span class="k">-</span> <span class="p">(</span><span class="n">nonnull</span> <span class="n">instancetype</span><span class="p">)</span><span class="nf">initWithConnectionManager</span><span class="p">:</span>
- <span class="p">(</span><span class="n">nonnull</span> <span class="n">id</span><span class="o">&lt;</span><span class="n">SDLConnectionManagerType</span><span class="o">&gt;</span><span class="p">)</span><span class="nv">manager</span><span class="p">;</span></code></pre>
-
-
-
-
- <h4>Parameters</h4>
- <dl>
- <dt>manager</dt>
- <dd><p>A connection manager to use to forward on RPCs</p></dd>
- </dl>
- <div>
- <h4>Return Value</h4>
- <p>An instance of SDLFileManager</p>
- </div>
-
<h3 id="section--initWithConnectionManager:configuration:">
-initWithConnectionManager:configuration:
</h3>
@@ -351,7 +325,7 @@
<p>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.</p>
-<p>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.</p>
+<p>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 occured during the upload process. The progress handler also includes an option to cancel the upload of all remaining files in queue.</p>
@@ -427,7 +401,7 @@
<h4>Parameters</h4>
<dl>
<dt>artwork</dt>
- <dd><p>A SDLArtwork containing an image to be sent</p></dd>
+ <dd><p>A SDLArwork containing an image to be sent</p></dd>
<dt>completion</dt>
<dd><p>An optional completion handler that returns the name of the uploaded artwork. It also returns an error if the upload fails.</p></dd>
</dl>
@@ -465,7 +439,7 @@
<p>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 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.</p>
-<p>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.</p>
+<p>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 occured during the upload process. The progress handler also includes an option to cancel the upload of all remaining files in queue.</p>