-
-
Notifications
You must be signed in to change notification settings - Fork 50
Documentation for session API #184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Documenting exactly what the session constructor does is a tricky subject, since the internal implementation for Android and iOS is very different. For Android it is only used to keep track of the active sessions and to stop an upload in progress. For iOS it is passed to the native To answer your questions: each session must have a unique identifier, but you can create more than one task and upload multiple files (at the same time) using one session. The demo applications in this repo can be used to test this behavior. |
I think that's fair (that it is difficult to answer), but even this text here was helpful. I see it's closed - can it be reopened and added to the readme? |
Sorry, I closed the issue because the docs have already been updated and the information has been added. |
Ah sorry - didn't see - thank you! |
Looking at the readme and I see this line repeated a few times:
However, I do not see this documented. My assumption is that:
Basically, can you add documentation for what session() means?
The text was updated successfully, but these errors were encountered: