public class UploadService
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.ref.WeakReference<Context> |
mContext |
static java.lang.String |
TAG |
| Constructor and Description |
|---|
UploadService(Context context) |
| Modifier and Type | Method and Description |
|---|---|
private retrofit.RestAdapter |
buildRestAdapter() |
void |
Execute(Upload upload,
retrofit.Callback<ImageResponse> callback) |
public static final java.lang.String TAG
private java.lang.ref.WeakReference<Context> mContext
public void Execute(Upload upload, retrofit.Callback<ImageResponse> callback)
private retrofit.RestAdapter buildRestAdapter()