IUserLogicCallbacksOnDownloadComplete Method |
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax 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