Package | Description |
---|---|
com.equilibrium.services | |
com.equilibrium.services.contexts |
Modifier and Type | Method and Description |
---|---|
UploadProgress |
UploadService.uploadChunk(UploadContext uploadContext,
UploadChunk uploadChunk,
byte[] chunk) |
Modifier and Type | Method and Description |
---|---|
EQAsyncTask<UploadProgress> |
UploadService.uploadChunk(UploadContext uploadContext,
UploadChunk uploadChunk,
byte[] chunk,
ResponseDelegate<UploadProgress> responseDelegate) |
Modifier and Type | Method and Description |
---|---|
EQAsyncTask<UploadProgress> |
UploadService.uploadChunk(UploadContext uploadContext,
UploadChunk uploadChunk,
byte[] chunk,
ResponseDelegate<UploadProgress> responseDelegate) |
Modifier and Type | Method and Description |
---|---|
UploadProgress |
UploadContext.getUploadProgress() |
Modifier and Type | Method and Description |
---|---|
void |
UploadContext.setUploadProgress(UploadProgress uploadProgress) |
Copyright © 2014 Equilibrium. All rights reserved.