Interface | Description |
---|---|
IFileTransferListener |
Interface definition for a callback to be invoked when file transfer is happening.
|
Class | Description |
---|---|
BoxFileDownload |
Contains logic for downloading a user's file from Box API and supports using
IFileTransferListener to monitor downloading progress. |
BoxFileUpload |
Contains logic for uploading a user's file via Box API and supports using
IFileTransferListener to monitor uploading progress. |