Add donwloadItem.getContentDisposition()
API.
This commit is contained in:
parent
4391e81dfe
commit
997ac91fe0
3 changed files with 12 additions and 1 deletions
|
@ -81,3 +81,8 @@ Returns a `Integer` represents the total size in bytes of the download item.
|
|||
### `downloadItem.getReceivedBytes()`
|
||||
|
||||
Returns a `Integer` represents the received bytes of the download item.
|
||||
|
||||
### `downloadItem.getContentDisposition()`
|
||||
|
||||
Returns a `String` represents the Content-Disposition field from the response
|
||||
header.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue