| Package | Description |
|---|---|
| com.bynder.sdk.model.upload | |
| com.bynder.sdk.service.asset | |
| com.bynder.sdk.service.upload |
| Modifier and Type | Method and Description |
|---|---|
UploadProgress |
UploadProgress.addProgress(int bytes)
Adds a chunk of the specified size to the progress of the upload.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<UploadProgress> |
AssetServiceImpl.uploadFileWithProgress(UploadQuery uploadQuery)
Check
AssetService for more information. |
io.reactivex.Observable<UploadProgress> |
AssetService.uploadFileWithProgress(UploadQuery uploadQuery)
Uploads a file with Progress Report.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<UploadProgress> |
FileUploader.uploadFileWithProgress(UploadQuery uploadQuery)
Uploads a file with the information specified in the query parameter
while providing information on the progress of the upload via the Observable returned.
|
Copyright © 2022. All rights reserved.