Skip to content
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

Möglichkeit Request synchron auszuführen und standardisierter Datentransfer #20

Open
linde9821 opened this issue Sep 10, 2019 · 0 comments
Assignees
Labels
feature New feature

Comments

@linde9821
Copy link
Collaborator

  1. Die einzelnen Handler sollen die verschiedenen RequestTyps die sie unterstützen und in doInBackground() implementiert sind, als einzelne Funktion anbieten. --> Refactorn zu einzelnen public Methoden

  2. Die Handler sollen Daten auf die gleiche Art und weiße übertragen. Heißt onFailure(), onProgress() und onSuccess() haben die Ergebnisse nicht mehr in den Parametern. Die Ergbnisse (bspw. ein UserToken) werden im Handler als Field gespeichert (bspw JWT lastRecievedJwtToken) und können mit Methoden ausgelesen haben. Also man muss wissen als Aufrufer wo die Methoden stehen.

@linde9821 linde9821 added the feature New feature label Sep 10, 2019
@linde9821 linde9821 self-assigned this Sep 10, 2019
linde9821 added a commit that referenced this issue Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant