You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Fischer Peter's avatar
Fischer Peter
Explorer | Level 3
4 years ago

Dropbox Api V2 Callback: Which import call is used

Hallo,

 

I want to use DBClientV2 callback. Which one do I need to import? Android Studios shows many callbacks, but none of them seems to be the right one for me.

 

import com.dropbox.core.DbxException;

import com.dropbox.core.v2.DbxClientV2;

import com.dropbox.core.v2.files.FileMetadata;

 

private final Callback mCallback; <--- this call I want to use

private Exception mException;

 

Danke

FP