| Package | Description |
|---|---|
| com.bynder.sdk.api | |
| com.bynder.sdk.service | |
| com.bynder.sdk.service.impl | |
| com.bynder.sdk.service.upload |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<retrofit2.Response<UploadRequest>> |
BynderApi.getUploadInformation(Map<String,String> params)
Initialises a file upload with Bynder and returns authorisation information to allow
uploading to the Amazon S3 bucket-endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<retrofit2.Response<Void>> |
AmazonService.uploadPartToAmazon(String filename,
UploadRequest uploadRequest,
int chunkNumber,
byte[] fileContent,
int numberOfChunks)
Uploads a file part to Amazon.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Observable<retrofit2.Response<Void>> |
AmazonServiceImpl.uploadPartToAmazon(String filename,
UploadRequest uploadRequest,
int chunkNumber,
byte[] fileContent,
int numberOfChunks)
Check
AmazonService for more information. |
| Modifier and Type | Method and Description |
|---|---|
UploadRequest |
UploadProcessData.getUploadRequest() |
| Constructor and Description |
|---|
UploadProcessData(File file,
FileInputStream fileInputStream,
UploadRequest uploadRequest,
int maxChunkSize) |
Copyright © 2018. All rights reserved.