| Package | Description |
|---|---|
| com.bynder.sdk.query | |
| com.bynder.sdk.service | |
| com.bynder.sdk.service.impl | |
| com.bynder.sdk.service.upload |
| Modifier and Type | Method and Description |
|---|---|
UploadQuery |
UploadQuery.setAudit(Boolean audit) |
UploadQuery |
UploadQuery.setMediaId(String mediaId) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<SaveMediaResponse> |
AssetBankService.uploadFile(UploadQuery uploadQuery)
Uploads a file with the information specified in the query parameter.
|
io.reactivex.Observable<UploadProgress> |
AssetBankService.uploadFileWithProgress(UploadQuery uploadQuery)
Uploads a file with Progress Report.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<SaveMediaResponse> |
AssetBankServiceImpl.uploadFile(UploadQuery uploadQuery)
Check
AssetBankService for more information. |
io.reactivex.Observable<UploadProgress> |
AssetBankServiceImpl.uploadFileWithProgress(UploadQuery uploadQuery)
Check
AssetBankService for more information. |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<SaveMediaResponse> |
FileUploader.uploadFile(UploadQuery uploadQuery)
Uploads a file with the information specified in the query parameter.
|
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 © 2018. All rights reserved.