The current TransferState of the transfer.
Return the current selected destination folder
The unique identifier for this transfer
2ccc5d48-e43b-40b7-bb70-f591dc51c293
Subscribe to a transfer event
The type of event we are subscribing to.
The listener we wish to assign to an event.
Unsubscribe from a transfer event
true if the listener was present and unsubscribed, false if there was no match for the eventType / listener combination.
The type of event we are unsubscribing from.
Optional
listener: TransferEventCallback<Upload>The listener we wish to unsubscribe.
Generated using TypeDoc
The Upload interface, extension of Transfer