download File From External System
open fun downloadFileFromExternalSystem( @NonNull context: Context, @NonNull fileUrl: String, @NonNull processUUID: String, @NonNull desFileName: String, @Nullable callback: STWOperationCallback)
Content copied to clipboard
Downloads file from from given fileUrl in the process directory.
Parameters
context
Context The application context.
file Url
String URL of file to download.
process UUID
String The process in which the file will be added.
des File Name
String The name of the destination file.
callback
STWOperationCallback to handle operation events.