OnDownloadComplete()

void OnDownloadComplete(string inCookie, string[] inLocalPathsArray, string[] inURLsArray, bool inSuccess, string inError);

Description

This callback is called when a download file is completed after you perform asynchronous action,

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inCookie String a cookie to be saved for the download
inLocalPathsArray string Array An array of the download local paths
inURLsArray string Array  the URLs used to download.
inSuccess bool returns true/false if the download was successful
inError string Error message to be shown if there was one


Return Type

void

 

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.