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

Cloud code progressCallback #1186

Open
3 tasks done
FunnyDevs opened this issue Feb 16, 2023 · 1 comment
Open
3 tasks done

Cloud code progressCallback #1186

FunnyDevs opened this issue Feb 16, 2023 · 1 comment
Labels
type:feature New feature or improvement of existing feature

Comments

@FunnyDevs
Copy link

New Feature / Enhancement Checklist

Current Limitation

Using cloud functions to send a file as base64 or byte array can't permit to track uploading progress.

Feature / Enhancement Description

I think could be useful adding the "ProgressCallback" even to the "ParseCloud.callFunctionInBackground" method.

Example Use Case

public static <T> void callFunctionInBackground(
            @NonNull String name,
            @NonNull Map<String, ?> params,
            @NonNull ProgressCallback uploadProgressCallback,
            @NonNull FunctionCallback<T> callback) {
    }

Alternatives / Workarounds

Using REST Api directly with OkHttp or Retrofit

3rd Party References

@parse-github-assistant
Copy link

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants