Click or drag to resize
IUserLogicCallbacksOnDownloadComplete Method

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void OnDownloadComplete(
	string inCookie,
	string[] inLocalPath,
	string[] inURL,
	bool inSuccess,
	string inError
)

Parameters

inCookie
Type: SystemString
inLocalPath
Type: SystemString
inURL
Type: SystemString
inSuccess
Type: SystemBoolean
inError
Type: SystemString
See Also