Skip to content

Commit c16851d

Browse files
authored
Merge pull request #10 from AppsolutEinfach/patch-1
Update index.md
2 parents def64a3 + c997710 commit c16851d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Returns a sesson object.
3838
invalidates the session. If you do not invalidate the session by calling the invalidateAndCancel()
3939
or finishTasksAndInvalidate() method, your app leaks memory.
4040

41-
### finishTasksAndInvalidate()
41+
### finishTasksAndInvalidate(session object)
4242

4343
Invalidates 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

5555
Cancels 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

0 commit comments

Comments
 (0)