- Set
networkServiceType
to.responsiveData
inUploadService
to prioritize upload requests. - Added
currentUploaders
andisUploading
toClient
so SDK users can obtain the uploaders currently in use (e.g. to cancel or query progress.)
networkServiceType
to .responsiveData
in UploadService
to prioritize upload requests.currentUploaders
and isUploading
to Client
so SDK users can obtain the uploaders currently in use (e.g. to cancel or query progress.)