getCurrentUploadsByIdentifier

abstract fun getCurrentUploadsByIdentifier(identifier: String): List<RainbowFileDescriptor>

Retrieve the current uploads if there are any

Return

List<RainbowFileDescriptor> the list of RainbowFileDescriptor currently being uploaded for this identifier

Parameters

identifier

String the unique identifier specified in the uploadFiles method