downloadFileFromExternalSystem

open fun downloadFileFromExternalSystem(    @NonNull context: Context,     @NonNull fileUrl: String,     @NonNull processUUID: String,     @NonNull desFileName: String,     @Nullable callback: STWOperationCallback)

Downloads file from from given fileUrl in the process directory.

Parameters

context

Context The application context.

fileUrl

String URL of file to download.

processUUID

String The process in which the file will be added.

desFileName

String The name of the destination file.

callback

STWOperationCallback to handle operation events.