delete File Descriptor
abstract fun deleteFileDescriptor(fileDescriptor: RainbowFileDescriptor, listener: IFileProxy.IDeleteFileDescriptorListener?)
Content copied to clipboard
Deletes the RainbowFileDescriptor from the server If the file has been downloaded to the device, it will be delete Viewers will no longer have access to the file once it has been deleted
Parameters
fileDescriptor
RainbowFileDescriptor the RainbowFileDescriptor to delete
listener
IDeleteFileDescriptorListener callback (onDeletionSuccess and onDeletionError)