File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Returns a sesson object.
3838invalidates the session. If you do not invalidate the session by calling the invalidateAndCancel()
3939or finishTasksAndInvalidate() method, your app leaks memory.
4040
41- ### finishTasksAndInvalidate()
41+ ### finishTasksAndInvalidate(session object )
4242
4343Invalidates the given session object, allowing any outstanding tasks to finish.
4444
@@ -50,7 +50,7 @@ To cancel all outstanding tasks, call invalidateAndCancel() instead.
5050* Takes one argument, a session object : the session which the user wants to invalidate.
5151
5252
53- ### invalidateAndCancel()
53+ ### invalidateAndCancel(session object )
5454
5555Cancels all outstanding tasks and then invalidates the session object.
5656
@@ -124,7 +124,7 @@ The following event information will be provided:
124124
125125* taskIdentifier[ int] : The task identifier number for the download task that finished.
126126* success[ boolean] : Indicates if the operation succeeded. Returns true if download succeeded, false otherwise.
127- * erroCode [ int] : The error code of the error, if any (potentially system-dependent).
127+ * errorCode [ int] : The error code of the error, if any (potentially system-dependent).
128128* message[ string] : A string containing the localized description of the error.
129129
130130## Usage
You can’t perform that action at this time.
0 commit comments