deleteAllFileDescriptors

abstract fun deleteAllFileDescriptors(listener: RainbowListener<Unit, FileRepository.DeleteFileDescriptorError>? = null)

Deletes all RainbowFileDescriptor owned by the user

Due to the delay to remove all files from the server, the treatment is asynchronous and the callback is triggered almost immediately with a success if the server has started to delete the files.

Parameters

listener

RainbowListenerFileRepository.DeleteFileDescriptorError callback (onSuccess and onError)