-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
setCallback return void #954
Comments
Any update? |
Try this way: `downloading = Ion.with(ProgressBarDownload.this) downloading.setCallback(new FutureCallback() { |
I had to add .withResponse() to the constructor, but before setting the callback separately, as in the example above. |
On the latest version, setCallback method return void and I don't use any sample code on Java Android
void setCallback(FutureCallback callback);
eg.) on ProgressBarDownload.java
Incompatible types error found return void, required com.koushikdutta.async.future.Future<File>
Please help this.
The text was updated successfully, but these errors were encountered: